Authorization: Bearer ********************
{
"journeyId": "{{journeyId}}",
"flights": [
{
"searchId": "{{searchId}}",
"flightId": "{{flightId}}",
"items": [
{
"paxId": "{{paxId}}",
"serviceId": "{{serviceId}}"
}
]
},
{
"searchId": "{{searchId}}",
"flightId": "{{returnFlightId}}",
"items": [
{
"paxId": "{{returnPaxId}}",
"serviceId": "{{returnServiceId}}"
}
]
}
]
}
curl --location --request POST 'https://test-api.ucuzyolu.com/flight/calculate' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
"journeyId": "",
"flights": [
{
"searchId": "",
"flightId": "",
"items": [
{
"paxId": "",
"serviceId": ""
}
]
},
{
"searchId": "",
"flightId": "",
"items": [
{
"paxId": "",
"serviceId": ""
}
]
}
]
}'
{
"data": {
"flights": [
{
"items": [
{
"paxId": "fc2fb887-aefa-412e-8cf4-9a4074512cac",
"serviceId": "E500331A-C6CB-4094-AF39-E06647E1FD34",
"totalPrice": 887.19
}
],
"flightId": "7ab400d7-db06-4604-b400-8718f3b372f2"
},
{
"items": [
{
"paxId": "f994ea73-1b78-4378-b402-7e5fe19386a8",
"serviceId": "4E046CCB-B855-43D6-A7B1-671981376F78",
"totalPrice": 1435.19
}
],
"flightId": "ab5b33a6-cc26-4f5d-a50c-498f0fbee461"
}
],
"totalPrice": 2322.38
},
"success": true,
"code": 0,
"message": ""
}