GET api/ServicePrices/List/FlightTicket?serviceItemId={serviceItemId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serviceItemId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ServicePriceListViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Cost | decimal number |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
UomId | string |
None. |
|
TaxTypeId | integer |
None. |
|
Currency | string |
None. |
|
Rank | integer |
None. |
|
ServiceType | string |
None. |
|
CutOffDate | date |
None. |
|
MinDays | integer |
None. |
|
CutOffDay | integer |
None. |
|
ServiceItemId | integer |
None. |
|
CompanyId | integer |
None. |
|
CalculationBase | SimpleCalculationBase |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Cost": 2.0, "StartDate": "2025-06-26T13:57:00.5462908+00:00", "EndDate": "2025-06-26T13:57:00.5462908+00:00", "UomId": "sample string 5", "TaxTypeId": 6, "Currency": "sample string 7", "Rank": 8, "ServiceType": "sample string 9", "CutOffDate": "2025-06-26T13:57:00.5462908+00:00", "MinDays": 10, "CutOffDay": 11, "ServiceItemId": 12, "CompanyId": 13, "CalculationBase": null, "Description": "sample string 14" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.