Description:
Using the Activities Check Status API call lets you get the current order status, set in the supplier system.
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: 560
Expect: 100-continue
Body of the request:
Field Name | Description | Type | Possible Values | M/O |
Credentials | ||||
Password | User's password with sufficient permissions | M | ||
UserName | Username with sufficient permissions | M | ||
Request | ||||
ClientIP | ||||
SegmentID | Order's SegmentID for the check status request | M | ||
RequestType | CheckBookingStatus | M | ||
TypeOfService | Activities | M |
Body of the response:
Field Name | Description | Type |
ActivitiesBookInfoResponse | ||
Status | Current Order Status | |
Errors | ||
SessionID | Check Status SessionID |
Comments