cURL
curl --request POST \ --url https://api.travomatrix.com/api/v1/flight/booking/reschedule/confirm \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "booking_id": "<string>" } '
{ "booking_id": "<string>", "status": "RESCHEDULED", "fare_difference_paise": 123, "change_penalty_paise": 123, "new_total_paise": 123 }
booking_id
A unique string to identify this request. Retrying a request with the same key will return the cached response.
Unique correlation ID for tracing.
Reschedule confirmed.
RESCHEDULED
PENDING_WITH_AIRLINE