Description:
The Transfers Cancellation Policy API call is used for requesting a cancellation for an existing Transfers reservation and retrieving the cancellation confirmation.
Request:
POST https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://tempuri.org/IDynamicDataService/ServiceRequest"
Host: services.travolutionary.com
Content-Length: 538
Expect: 100-continue
Connection: Keep-Alive
Body of the request:
Field Name | Description | Type | Possible Values | M/O |
Credentials (Opening Element) | ||||
Password | User's password with sufficient permissions | M | ||
UserName | Username with sufficient permissions | M | ||
Credentials (Closing Element) | ||||
Request (Opening Element) | ||||
ClientIP | ||||
SegmentID | The Transfers reservation's SegmentID for the Cancellation request | M | ||
Request (Closing Element) | ||||
RequestType | Type of the request | CancelBooking | M | |
TypeOfService | Type of the service | Transfers | M |
Response
Field Name | Description | Type |
ServiceRequestResult (Opening Element) | ||
Errors | Errors will be passed in this field if any are occurred during thr booking step | |
SessionID | The cancellation SessionID | |
TransfersBookCancelResponse (Opening Element) | ||
CancellationFee | Cancellation penalty, if applied | |
Currency | Cancellation fee's currency | |
Status | Cancellation status - CX. If the status changes to "ER" or "ERC"m you should contact the supplier | |
TransfersBookCancelResponse (Closing Element) | ||
ServiceRequestResult (Closing Element) |
Comments