POST api/Product/GetHotelRoomPackagePreBook
Request Information
URI Parameters
None.
Body Parameters
cEntitySelRoomRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| _SendHash | string |
None. |
|
| _SendCredentials | string |
None. |
|
| _SendHashRoom | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"_SendHash": "sample string 1",
"_SendCredentials": "sample string 2",
"_SendHashRoom": "sample string 3"
}
application/xml, text/xml
Sample:
<cPackage.cEntitySelRoomRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JOLIDEY"> <_SendCredentials>sample string 2</_SendCredentials> <_SendHash>sample string 1</_SendHash> <_SendHashRoom>sample string 3</_SendHashRoom> </cPackage.cEntitySelRoomRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of cEntityComponentList| Name | Description | Type | Additional information |
|---|---|---|---|
| componentCode | string |
None. |
|
| componentType | string |
None. |
|
| mandatory | string |
None. |
|
| selectionType | string |
None. |
|
| ProductList | Collection of cEntityProductList |
None. |
|
| OptionList | Collection of cEntityOptionList |
None. |
|
| PassengerGroupList | Collection of PassengerRequest |
None. |
|
| HotelsMultimedia | Collection of cEntityHotelJolideyMultimedia |
None. |
|
| HotelsFacilities | Collection of cEntityHotelJolideyFacilities |
None. |
|
| HotelsDescriptions | Collection of cEntityHotelJolideyDescription |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| total | decimal number |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.