Cancel Bus Booking
These methods are to be called to send cancellation requests and to check the cancellation status
Service URL (REST) to be used:
Cancel Bus Booking Request
Level | Element | Format | Comments | Mandatory |
---|---|---|---|---|
1 | EndUserIp | Integer | IP Address of the end user. | Mandatory |
2 | ClientId | String | Client ID provided to the agency at registration | Mandatory |
3 | UserName | String | User name provided to the agency at registration | Mandatory |
4 | Password | String | Password provided to the agency at registration | Mandatory |
5 | BusId | Integer | Bus id which user want to cancel. | Mandatory |
6 | SeatId | Integer | This node will be used during partial cancellation. | Mandatory |
7 | Remarks | String | Remark for cancellation. | Mandatory |
Cancel Bus Booking Response
Level | Element | Format | Comments | Mandatory |
---|---|---|---|---|
1 | Error[] | Array | Error | Mandatory |
1.1 | ErrorCode | Integer | Code corresponding to the Error | Mandatory |
1.2 | ErrorMessage | String | Contains error
description
corresponding to
ErrorCode. Error Message would be blank in case ErrorCode=0). |
Mandatory |
2 | Result[] | Array | Array of Cancellation Result | Mandatory |
2.1 | TraceId | String | Unique identifier for identifying every unique search Required for audit purpose. |
Mandatory |
2.2 | CancellationInfo[] | Array | Array containing cancellation information. | Mandatory |
2.2.1 | CancellationChargeBreakUp[] | Array | Cancellation Charge Breakup | Mandatory |
2.2.1.1 | CancellationFees | Decimal | Cancellation fee of the booked PNR. | Mandatory |
2.2.1.2 | CancellationServiceCharge | Decimal | Cancellation service charges. | Mandatory |
2.2.2 | ChangeRequestId | Integer | Change request id coming in response. | Mandatory |
2.2.3 | CreditNoteNo | String | CreditNoteNo | Mandatory |
2.2.4 | ChangeRequestStatus | Enumeration | Mandatory | |
2.2.5 | CreditNoteCreatedOn | Date and Time | Credit note creation date. | Mandatory |
2.2.6 | TotalPrice | Integer | Ticket total price. | Mandatory |
2.2.7 | RefundedAmount | Decimal | Refunded amount after deducting cancellation charges Ex 300. | Mandatory |
2.2.8 | CancellationCharge | Decimal | Cancellation charges applicable on booking that may vary depending on the cancellation policy of the booking. | Mandatory |
2.2.9 | TotalServiceCharge | Decimal | Service charge applicable on booking. | Mandatory |
2.2.10 | TotalGSTAmount | Decimal | Total GST | Mandatory |
2.2.11 | GST[] | Array | Define the CGST and IGST rate and amount applicable on the bus price | Mandatory |
2.2.11.1 | CGSTAmount | Decimal | CGST amount | Mandatory |
2.2.11.2 | CGSTRate | Decimal | Rate of CGST | Mandatory |
2.2.11.3 | CessAmount | Decimal | Cess amount | Mandatory |
2.2.11.4 | CessRate | Decimal | Rate of Cess | Mandatory |
2.2.11.5 | IGSTAmount | Decimal | IGST amount | Mandatory |
2.2.11.6 | IGSTRate | Decimal | Rate of IGST | Mandatory |
2.2.11.7 | SGSTAmount | Decimal | SGST amount | Mandatory |
2.2.11.8 | SGSTRate | Decimal | Rate of SGST | Mandatory |