{{url}}/api/air/offers/{{request_id}}/additional-services
segment
: The buy ID for the segment{
"type": "object",
"properties": {
"directions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"segmentId": { "type": "integer" },
"departure_airport": { "type": "string" },
"arrival_airport": { "type": "string" },
"baggage": {
"type": "object",
"properties": {
"checked_baggage": {
"type": "object",
"properties": {
"title": { "type": "string" },
"fieldName": { "type": "string" },
"type": { "type": "string" },
"required": { "type": "boolean" },
"list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": { "type": "string" },
"comments": { "type": "string" },
"passenger_type": { "type": "string" },
"label": { "type": "string" },
"price": { "type": "string" },
"currency": { "type": "string" },
"route": { "type": "string" },
"image": { "type": "string" },
"type": { "type": "string" },
"maxQuantity": { "type": "integer" },
"category": { "type": "string" },
"is_baggage_package": { "type": "boolean" },
"package_list": { "type": "array" },
"priority_boarding": { "type": "array" }
}
}
}
}
}
}
},
"legs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"legId": { "type": "string" },
"departure_airport": { "type": "string" },
"arrival_airport": { "type": "string" },
"services": {
"type": "object",
"properties": {
"meal": {
"type": "object",
"properties": {
"title": { "type": "string" },
"fieldName": { "type": "string" },
"type": { "type": "string" },
"required": { "type": "boolean" },
"list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": { "type": "string" },
"comments": { "type": "string" },
"passenger_type": { "type": "string" },
"label": { "type": "string" },
"price": { "type": "string" },
"currency": { "type": "string" },
"route": { "type": "string" },
"image": { "type": "string" },
"type": { "type": "string" },
"maxQuantity": { "type": "integer" },
"category": { "type": "string" },
"is_baggage_package": { "type": "boolean" },
"package_list": { "type": "array" },
"priority_boarding": { "type": "array" }
}
}
}
}
},
"Number": { "type": "integer" }
}
}
}
}
}
}
}
},
"passengers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"passengerId": { "type": "string" },
"type": { "type": "string" },
"label": { "type": "string" }
}
}
},
"available": { "type": "array" },
"baggageType": { "type": "string" }
}
}
curl --location -g --request GET 'https://stage-api.etm-system.ru/api/air/offers/{{request_id}}/additional-services?segment={{buy_id}}' \
--header 'Accept: application/json' \
--header 'Cookie: etmsessid=8Pwz9vY4oXUDj7ojfR5u1VdXsMW6xOVYosNxo08d' \
--header 'Content-Type: application/json'
{
"directions": [
{
"segmentId": 2275021411,
"departure_airport": "DXB",
"arrival_airport": "TAS",
"baggage": {
"checked_baggage": {
"title": "Зарегистрированный багаж",
"fieldName": "checked_baggage",
"type": "radio",
"required": false,
"list": [
{
"id": "1071108-1429665",
"comments": "",
"passenger_type": "ADT",
"label": "20 kg Baggage Allowance",
"price": "4408.61",
"currency": "EUR",
"route": "DXB-TAS",
"image": "",
"type": "radio",
"maxQuantity": 1,
"category": "BAGB",
"is_baggage_package": false,
"package_list": [],
"priority_boarding": []
},
{
"id": "1071109-1429666",
"comments": "",
"passenger_type": "ADT",
"label": "30 kg Baggage Allowance",
"price": "4731.19",
"currency": "EUR",
"route": "DXB-TAS",
"image": "",
"type": "radio",
"maxQuantity": 1,
"category": "BAGL",
"is_baggage_package": false,
"package_list": [],
"priority_boarding": []
},
{
"id": "1071110-1429667",
"comments": "",
"passenger_type": "ADT",
"label": "40 kg Baggage Allowance",
"price": "5860.22",
"currency": "EUR",
"route": "DXB-TAS",
"image": "",
"type": "radio",
"maxQuantity": 1,
"category": "BAGX",
"is_baggage_package": false,
"package_list": [],
"priority_boarding": []
}
]
}
},
"legs": [
{
"legId": "2275021411-FZ-1941",
"departure_airport": "DXB",
"arrival_airport": "TAS",
"services": {
"meal": {
"title": "Питание",
"fieldName": "meal",
"type": "radio",
"required": false,
"list": [
{
"id": "1071111-1429668",
"comments": "",
"passenger_type": "ADT",
"label": "MEAL INCLUDED",
"price": "1075.27",
"currency": "EUR",
"route": "DXB-TAS",
"image": "",
"type": "radio",
"maxQuantity": 1,
"category": "MLIN",
"is_baggage_package": false,
"package_list": [],
"priority_boarding": []
}
]
}
},
"Number": 1
}
]
}
],
"passengers": [
{
"passengerId": "A1",
"type": "ADT",
"label": "Взрослый"
}
],
"available": [
"other_services",
"checked_baggage",
"meal"
],
"baggageType": "baggage_for_segment"
}