Authorization: Bearer ********************
{
"journeyId": "{{journeyId}}",
"flights": [
{
"searchId": "{{searchId}}",
"flightId": "{{flightId}}",
"items": [
{
"paxId": "{{paxId}}",
"serviceId": "{{serviceId}}"
}
]
}
]
}
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": ""
}
]
}
]
}'
{
"data": {
"flights": [
{
"items": [
{
"paxId": "494890f7-500d-4e43-b8da-610215536ebe",
"serviceId": "13951DDB-7C30-4F5D-8950-E6B8F0E2FEA9",
"totalPrice": 1760.19
}
],
"flightId": "3a4df529-dc96-460b-9649-9a9fe1b83cd7"
}
],
"totalPrice": 1760.19
},
"success": true,
"code": 0,
"message": ""
}