POST v1/Hotel/CheckForBookingKey
Request Information
URI Parameters
None.
Body Parameters
HotelPriceCheckRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RateKey | string |
None. |
|
| PCCCode | string |
None. |
|
| SessionToken | string |
None. |
|
| Vuserid | string |
None. |
|
| PccCode | string |
None. |
|
| UserId | integer |
None. |
|
| AccountID | string |
None. |
|
| UserName | string |
None. |
|
| ApplicationDomain | ApplicationDomain |
None. |
|
| guid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RateKey": "sample string 1",
"PCCCode": "sample string 2",
"SessionToken": "sample string 3",
"Vuserid": "sample string 4",
"PccCode": "sample string 5",
"UserId": 6,
"AccountID": "sample string 7",
"UserName": "sample string 8",
"ApplicationDomain": 0,
"guid": "sample string 9"
}
application/xml, text/xml
Sample:
<HotelPriceCheckRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model"> <AccountID>sample string 7</AccountID> <ApplicationDomain>GTL</ApplicationDomain> <PccCode>sample string 5</PccCode> <UserId>6</UserId> <UserName>sample string 8</UserName> <Vuserid>sample string 4</Vuserid> <guid>sample string 9</guid> <PCCCode>sample string 2</PCCCode> <RateKey>sample string 1</RateKey> <SessionToken>sample string 3</SessionToken> </HotelPriceCheckRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| guid | string |
None. |
|
| PNR | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Message": "sample string 2",
"guid": "sample string 3",
"PNR": "sample string 4"
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model"> <IsSuccess>true</IsSuccess> <Message>sample string 2</Message> <PNR>sample string 4</PNR> <guid>sample string 3</guid> </Response>