FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.
FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.
curl -i -X PUT \
'https://developer.fl3xx.com/_mock/reference/api/external/flight/{id}/pax_details/luggage' \
-H 'Content-Type: application/json' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE' \
-d '[
{
"comment": "string",
"luggageWeight": 0.1,
"ticketId": 0
}
]'
[ { "comment": "string", "luggageWeight": 0.1, "ticketId": 0 } ]
curl -i -X DELETE \
'https://developer.fl3xx.com/_mock/reference/api/external/flight/{id}/pax_details/luggage' \
-H 'Content-Type: */*' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE' \
-d 0