Cancel Booking:
This function submits a request to cancel any existing booking.
The request is sent to the service:
https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc
Note that cancellations can't be performed after 1 day (GMT time) passed from the check-in date!
Request fields:
SoapAction: HotelBookCancelRequest
RequestType: CancelBooking
TypeOfService: Hotels
Field Name | Explanation |
SegmentID | SegmentID received in booking response |
Credentials | Credentials of the user to be used for cancellation request |
Username |
Username which has sufficient permissions to perform a cancellation. Please note that a user can cancel his segments only, or segments that were made on his node, or segments that were made on his child nodes. root user (User which is located under the main node) can perform cancel to any segment on the company. |
Password | password. |
Check Booking Status:
Note that check status can't be performed after 1 day (GMT time) passed from the check-in date!
Bookings that their current status is not a "final" one, i,e pending confirmation (on-request - RQ) or cancellation pending (CP) need to be checked periodically for the updated status.
Please visit the Orders and Segments Statuses to get familiar with the statuses we work with.
This function queries the supplier in order to obtain the latest status for this booking.
The function's input is the segment id.
The request is sent to the following service:
https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc
Request fields:
SoapAction: HotelBookInfoRequest
RequestType: CheckBookingStatus
TypeOfService: Hotels
Field Name | Explanation |
SegmentID | SegmentID that needs to be queried for an updated status. |
Credentials | Credentials of the user to be used for the check status request |
Username |
Username which has sufficient permissions to perform a check status. Please note that a user can check status for his segments only, or segments that were made on his node, or segments that were made on his child nodes. root user (User which is located under the main node) can perform check status to any segment on the company. |
Password | password. |
Please download the attached examples.
Comments