Car Booking Cancellation
After completing the booking then if user needs to cancel the car reservation then following request need to be executed.
Car Cancellation Request
Cancellation request consist only with the booking reference number.After successfully executing this request reservation will be cancelled from supplier api.
Tags | Attribute | Description |
---|---|---|
CancellationCriteria | (JsonObject) | |
bookingReferenceId* (String) |
This attribute contains the reference number of the booking. |
Car Cancellation Response
Cancellation response consist with the booking reference number and he penalty charges for the cancellation.Penalty charges will be received from the supplier.
Tags | Attribute | Description |
---|---|---|
CarCancellationResponse | (JsonObject) | |
bookingReferenceId* (String) |
Unique Key for the booking | |
bookingStatus* (String) |
The status of the booking | |
currency* | Applicable currency for cancellation charges | |
cancellationCharge | (JsonObject) | Applicable currency for cancellation charges |
supplierCancellationCharge * (Double) |
Supplier cancellation charge amount | |
adminCancellationCharge * (Double) |
Admin cancellation charge amount | |
totalCancellationCharges * (Double) |
Total cancellation charges |