POST Confirmation/Sabre_Price_Check
Request Information
URI Parameters
None.
Body Parameters
PropertyBO| Name | Description | Type | Additional information |
|---|---|---|---|
| PType | string |
None. |
|
| PropertyId | string |
None. |
|
| PropertyName | string |
None. |
|
| RoomTypeName | string |
None. |
|
| RoomTypeId | string |
None. |
|
| RatePlanCode | string |
None. |
|
| Inclusions | string |
None. |
|
| StarRating | string |
None. |
|
| CancelPolicy | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| Locality | string |
None. |
|
| RoomTypeImg | string |
None. |
|
| ChkInTime | string |
None. |
|
| ChkOutTime | string |
None. |
|
| Max_Occupancy | string |
None. |
|
| LatitudeLongitude | string |
None. |
|
| MealPlan | string |
None. |
|
| cityId | integer |
None. |
|
| Propertaddress | string |
None. |
|
| BookingCode_CT | string |
None. |
|
| Block_Id_Single | string |
None. |
|
| Block_Id_Double | string |
None. |
|
| HRSingle | decimal number |
None. |
|
| HRDouble | decimal number |
None. |
|
| SingleRate | decimal number |
None. |
|
| DoubleRate | decimal number |
None. |
|
| TariffSingle | string |
None. |
|
| TariffDouble | string |
None. |
|
| SingleTax | decimal number |
None. |
|
| DoubleTax | decimal number |
None. |
|
| Sabre_RateKey | string |
None. |
|
| TACPercentage | decimal number |
None. |
|
| TAC | boolean |
None. |
|
| SeasonalDateRange | string |
None. |
|
| SMarkupAmount | decimal number |
None. |
|
| DMarkupAmount | decimal number |
None. |
|
| GuaranteeType | string |
None. |
|
| Sabre_PCC | string |
None. |
|
| Sabre_PCC_Authorization | string |
None. |
|
| NonRefundable | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PType": "sample string 1",
"PropertyId": "sample string 2",
"PropertyName": "sample string 3",
"RoomTypeName": "sample string 4",
"RoomTypeId": "sample string 5",
"RatePlanCode": "sample string 6",
"Inclusions": "sample string 7",
"StarRating": "sample string 8",
"CancelPolicy": "sample string 9",
"Phone": "sample string 10",
"Email": "sample string 11",
"Locality": "sample string 12",
"RoomTypeImg": "sample string 13",
"ChkInTime": "sample string 14",
"ChkOutTime": "sample string 15",
"Max_Occupancy": "sample string 16",
"LatitudeLongitude": "sample string 17",
"MealPlan": "sample string 18",
"cityId": 1,
"Propertaddress": "sample string 19",
"BookingCode_CT": "sample string 20",
"Block_Id_Single": "sample string 21",
"Block_Id_Double": "sample string 22",
"HRSingle": 23.0,
"HRDouble": 24.0,
"SingleRate": 25.0,
"DoubleRate": 26.0,
"TariffSingle": "sample string 27",
"TariffDouble": "sample string 28",
"SingleTax": 29.0,
"DoubleTax": 30.0,
"Sabre_RateKey": "sample string 31",
"TACPercentage": 32.0,
"TAC": true,
"SeasonalDateRange": "sample string 34",
"SMarkupAmount": 35.0,
"DMarkupAmount": 36.0,
"GuaranteeType": "sample string 37",
"Sabre_PCC": "sample string 38",
"Sabre_PCC_Authorization": "sample string 39",
"NonRefundable": "sample string 40"
}
application/xml, text/xml
Sample:
<PropertyBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HB_TR_API.Models"> <Block_Id_Double>sample string 22</Block_Id_Double> <Block_Id_Single>sample string 21</Block_Id_Single> <BookingCode_CT>sample string 20</BookingCode_CT> <CancelPolicy>sample string 9</CancelPolicy> <ChkInTime>sample string 14</ChkInTime> <ChkOutTime>sample string 15</ChkOutTime> <DMarkupAmount>36</DMarkupAmount> <DoubleRate>26</DoubleRate> <DoubleTax>30</DoubleTax> <Email>sample string 11</Email> <GuaranteeType>sample string 37</GuaranteeType> <HRDouble>24</HRDouble> <HRSingle>23</HRSingle> <Inclusions>sample string 7</Inclusions> <LatitudeLongitude>sample string 17</LatitudeLongitude> <Locality>sample string 12</Locality> <Max_Occupancy>sample string 16</Max_Occupancy> <MealPlan>sample string 18</MealPlan> <NonRefundable>sample string 40</NonRefundable> <PType>sample string 1</PType> <Phone>sample string 10</Phone> <Propertaddress>sample string 19</Propertaddress> <PropertyId>sample string 2</PropertyId> <PropertyName>sample string 3</PropertyName> <RatePlanCode>sample string 6</RatePlanCode> <RoomTypeId>sample string 5</RoomTypeId> <RoomTypeImg>sample string 13</RoomTypeImg> <RoomTypeName>sample string 4</RoomTypeName> <SMarkupAmount>35</SMarkupAmount> <Sabre_PCC>sample string 38</Sabre_PCC> <Sabre_PCC_Authorization>sample string 39</Sabre_PCC_Authorization> <Sabre_RateKey>sample string 31</Sabre_RateKey> <SeasonalDateRange>sample string 34</SeasonalDateRange> <SingleRate>25</SingleRate> <SingleTax>29</SingleTax> <StarRating>sample string 8</StarRating> <TAC>true</TAC> <TACPercentage>32</TACPercentage> <TariffDouble>sample string 28</TariffDouble> <TariffSingle>sample string 27</TariffSingle> <cityId>1</cityId> </PropertyBO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.