GET api/BookingTemplates/GetIndividualPrice?baseMarginPercent={baseMarginPercent}&tourOperatorMarginPercent={tourOperatorMarginPercent}&cost={cost}
Get fixed package current bill
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
baseMarginPercent | decimal number |
Required |
|
tourOperatorMarginPercent | decimal number |
Required |
|
cost | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
decimal numberResponse Formats
application/json, text/json
Sample:
1.0
application/xml, text/xml
Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>