Cancellation Request
Type : POST
URL : /api/transfers/booking/cancel
Request Block (Onward OR Return)
NOTE : Either you want to cancel the Onward OR Return Transfers then put your Iternary-ID on Cancellation Request.
| Atributes | Type | Required | Description |
|---|---|---|---|
| iternary_id | String | Required | Iternary ID provied in Booking Response. |
| booking_reference | String | Required | Booking Reference provied in Booking Resposne. |
{
"iternary_id": "GRN-IT-201912-001062",
"booking_reference": "dxilovt2bnikpvgrruf6zetwmq"
}
Request Block (Onward AND Return)
| Atributes | Type | Required | Description |
|---|---|---|---|
| iternary_id | String | Required | Iternary ID provied in Booking Response. |
NOTE : If you want to cancel the Round Trip Transfers then put your Iternary-ID on Cancellation Request.
{
"iternary_id": "GRN-IT-201912-001062"
}