cURL
curl --request POST \ --url https://api.travomatrix.com/api/v1/flight/booking/reschedule/quote \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "booking_id": "<string>", "new_offer_id": "<string>", "reason_code": "<string>" } '
{ "booking_id": "<string>", "fare_difference_paise": 123, "airline_change_fee_paise": 123, "ota_fee_paise": 123, "total_payable_paise": 123, "quote_valid_until": "2023-11-07T05:31:56Z" }
Reschedule quote details.