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
ServicePriceListViewModel| Name | 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-12-14T02:04:23.8173986+00:00",
"EndDate": "2025-12-14T02:04:23.8173986+00:00",
"UomId": "sample string 5",
"TaxTypeId": 6,
"Currency": "sample string 7",
"Rank": 8,
"ServiceType": "sample string 9",
"CutOffDate": "2025-12-14T02:04:23.8173986+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.