POST api/Product/PackagePreBook
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
cEntityPackageResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| productName | string |
None. |
|
| productSubType | string |
None. |
|
| productType | string |
None. |
|
| productCode | string |
None. |
|
| productDescription | string |
None. |
|
| brandCode | string |
None. |
|
| imageUrl | string |
None. |
|
| OptionList | Collection of cEntityOptionList |
None. |
|
| PassengerGroupList | Collection of PassengerRequest |
None. |
|
| ProductList | Collection of cEntityProductList |
None. |
|
| Price | Collection of cEntityServicePrice |
None. |
|
| CancellationPolicyList | Collection of cEntityCancellationPolicy |
None. |
|
| amount | string |
None. |
|
| currency | string |
None. |
|
| Commissionable | string |
None. |
|
| NonCommissionable | string |
None. |
|
| Commission | string |
None. |
|
| CommissionTaxes | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
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.