Get Cancel Status
Get Cancel Status is used to check the current status of a flight ticket cancellation request. It provides details such as whether the ticket has been successfully cancelled, the refund status, refund amount, and any applicable cancellation charges. It also shows important information like passenger name, travel details, and refund processing date. This helps users track the progress of their cancellation and understand when and how much refund they will receive.
Service URL (REST) to be used:
https://flight.srdvtest.com/v8/rest/GetCancelStatus
Get Cancel Status Request
| Level | Element | Format | Comments | Mandatory |
|---|---|---|---|---|
| 1 | ClientId | String | Client ID provided to the agency at registration | Mandatory |
| 2 | UserName | String | Username provided to the agency at registration | Mandatory |
| 3 | Password | String | Password provided to the agency at registration | Mandatory |
| 4 | EndUserIp | String | IP Address of the End User | Mandatory |
| 5 | ChangeRequestId | String | Unique Change Request ID | Mandatory |
Get Cancel Status Response
| Level | Element | Format | Comments | Mandatory |
|---|---|---|---|---|
| 1 | Error{} | Object | Error | Mandatory |
| 1.1 | ErrorCode | String | ErrorCode | Mandatory |
| 1.2 | ErrorMessage | String | Error Message | Mandatory |
| 2 | ChangeRequestId | String | Unique Change Request ID | Mandatory |
| 3 | PaxName | String | Passenger Name | Mandatory |
| 4 | PNR | String | PNR Number | Mandatory |
| 5 | Sector | String | Flight Sector (From-To) | Mandatory |
| 6 | DepartDate | Date | Departure Date | Mandatory |
| 7 | CancelStatus | String | Cancellation Status | Mandatory |
| 8 | RefundStatus | String | Refund Status | Mandatory |
| 9 | RefundAmount | String | Refund Amount | Mandatory |
| 10 | CancellationCharge | Number | Cancellation Charges | Mandatory |
| 11 | RefundDate | Date | Refund Process Date | Mandatory |
| 12 | AdminRemark | String | Admin Remarks | Optional |
| 13 | YourRemark | String | User Remarks | Optional |