Description:
This function is used to validate a specific Hotel Package ID.
Request:
POST http://services.carsolize.com/BookingServices/DynamicPackagingService.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://tempuri.org/IDynamicPackagingService/ValidateHotelRoomPackage"
Host: carsolizeservicestest.westeurope.cloudapp.azure.com
Content-Length: 402
Expect: 100-continue
Accept-Encoding: gzip, deflate
Body:
Field Name | Description | Type | Possible Values | Mandatory |
SessionId | Specify the Session ID from the SearchHotelAndFlight response or from the OpenSession response. | String | Yes | |
HotelId |
Specify the Hotel ID you would like to validate. The Hotel ID must be taken from the current session. |
int 32 | ||
PackageId |
Specify the Package ID you would like to validate. The Package ID must be taken from the HotelRoomPackages element. |
GUID | ||
SetAsSelectedFlight | Specify whether you would like to set this Route ID as the selected flight for the dynamic packaging booking flow. | Boolean |
Comments