Table of Contents | ||
---|---|---|
|
...
The max value for NumberOfGuests in the BaseByGuestAmt element is 4
Non-room products only support a single rate value which applies to all dates.
...
OTA_HotelRateAmountNotifRQ Elements & Attributes
Element | @Attribute | Num | Description/Contents | Origin | Value |
OTA_HotelRatePlanNotifRQ | 1 | Root element of the message. |
|
@EchoToken | 0..1 | Optional | |
@TimeStamp | 1 | Mandatory. Time of the transaction. Indicates the creation date and time of the message in UTC using the following format specified by ISO 8601: |
|
@Version | 1 | Version is a mandatory attribute in OTA; therefore, it must remain Mandatory in HTNG to be able to use the same | |
@ChainCode | 1 | Optional | |
@HotelCode | 1 | Mandatory. The unique hotel code within the CRS system. |
|
@HotelName | 1 | Optional | “Test Hotel” |
@RateAmountMessages | 1 | Mandatory |
|
@RateAmountMessage | 0..1 | Mandatory |
|
@ StatusApplicationControl | 0..1 | Mandatory |
|
@RatePlanCode | 0..1 | Optional. A string value may be used to request a particular code or an ID if the guest qualifies for a specific rate, such as AARP, AAA, a corporate rate, etc., or to specify a negotiated code.. | “Bar” |
@InvTypeCode | 1 | Optional. Code that identifies an inventory item. | “STD” |
@IsRoom | 1 | Mandatory. Boolean | True/false |
@Rates | 1 | Mandatory. |
|
@Rate | 1..n | Mandatory. An individual rate, which is a collection of amounts by guest, additional guests, fees, collection of related guarantee, cancel and payment policies, a description and the unique id to identify the rate. Rate restrictions can be sent along with the rate as attributes of this rate. |
|
@MinLOS | 1 | Optional. The minimum length of stay required by this rate plan. | String (16) |
@MaxLOS | 1 | Optional. The maximum length of stay allowed by this rate plan. | String(16) |
@Start | 1 | Optional. The starting value of the time span (date range). | Date |
@End | 1 | Optional. The ending value of the time span (date range). | Date |
@Mon | 1 | Optional. Boolean. |
|
@Tue | 1 | Optional. Boolean. |
|
@Weds | 1 | Optional. Boolean. | |
@Thur | 1 | Optional. Boolean. |
|
@Fri | 1 | Optional. Boolean. |
|
@Sat | 1 | Optional. Boolean. |
|
@Sun | 1 | Optional. Boolean. |
|
@BaseByGuestAmts | 1 | Optional. A collection of Base charges by number of guests. |
|
@BaseByGuestAmt | 1..n | Mandatory. |
|
@AmountBeforeTax | 1 | Mandatory. Money. |
|
@NumberOfGuests | 1 | Mandatory. The number of guests associated with this base charge |
|
@Type | 1 | Codes. Type of charge. Refer to OpenTravel Code List Charge Type (CHG). Supported types are Per Item, Per Person, Per room, Per room per night. Mandatory for non-room products. |
|
@AdditionalGuestAmounts | 1 | Optional. Collection of incremental charges per age qualifying code for additional guests. Amount charged for additional occupant with respect to age group of the base guests. |
|
@AdditionalGuestAmount | 1..n | Mandatory for room products. |
|
@Amount | 1 | Mandatory. Money. |
|
@AgeQualifyingCode | 1 | Optional Codes. “10” for adult and “8” for child Defines an age range or age category ofa guest – i.e., under 21, over 65, teen, infant, etc. Refer to OTA Code List Age Qualifying Code (AQC). |
|
...
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="UTF-8" ?> <soap:Envelope xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"; xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"; xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">; <soap:Header> <wsa:Action>http://uat.windsurfercrs.com/Htng2AvailabilityService/OTA_HotelAvailNotifRQ</wsa:Action>; <wsa:MessageID>urn:uuid:a66b8901-da23-4918-9a8f-d08076e572fe</wsa:MessageID> <wsa:ReplyTo><wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>;</wsa:ReplyTo> <wsa:To>https://uat.windsurfercrs.com/pms/GenHTNGService.aspx</wsa:To>; <wsse:Security soap:mustUnderstand="1"> <wsu:Timestamp wsu:Id="Timestamp-3bfdf977-9a77-4293-aa2c-6fc20b9095e0"><wsu:Created>2018-09-14T15:59:06</wsu:Created><wsu:Expires>2018-09-15T15:59:06</wsu:Expires></wsu:Timestamp> <wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"; wsu:Id="SecurityToken-a4200b7e-5ae6-4c18-a1a9-2fdc8d4afe93"> <wsse:Username>Skyware</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">skyhtng01</wsse:Password>; <wsse:Nonce>rJkxy5VWvPsEO0DF+lAb+A==</wsse:Nonce> <wsu:Created>2018-09-14T15:59:06</wsu:Created> </wsse:UsernameToken> </wsse:Security> </soap:Header> <soap:Body> <OTA_HotelRateAmountNotifRQ EchoToken="1861376" TimeStamp="2001-12-17T09:30:47-05:00" Version="1.0" xmlns="http://www.opentravel.org/OTA/2003/05"; xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance">; <RateAmountMessages ChainCode="WSD" HotelCode="SKY001" HotelName="SKY001"> <RateAmountMessage> <StatusApplicationControl InvTypeCode="QUEEN" RatePlanCode="BAR" IsRoom="true" /> <Rates> <Rate Start="2018-10-10" End="2018-10-15" Mon="true" Tue="false" Weds="true" Thur="true" Fri="true" Sat="true" Sun="true"> <BaseByGuestAmts> <BaseByGuestAmt AmountBeforeTax="160.75" NumberOfGuests="1" /> <BaseByGuestAmt AmountBeforeTax="155.00" NumberOfGuests="2" /> <BaseByGuestAmt AmountBeforeTax="160.00" NumberOfGuests="3" /> <BaseByGuestAmt AmountBeforeTax="165.00" NumberOfGuests="4" /> </BaseByGuestAmts> <AdditionalGuestAmounts> <AdditionalGuestAmount AgeQualifyingCode="10" Amount="17.00"/> </AdditionalGuestAmounts> </Rate> </Rates> </RateAmountMessage> </RateAmountMessages> </OTA_HotelRateAmountNotifRQ> </soap:Body> </soap:Envelope> |
Docs are missing the response message information
OTA_HotelRateAmountNotifRS Elements & Attributes
Element | @Attribute | Num | Description/Contents | Origin | Value |
OTA_HotelRatePlanNotifRS | 1 | Root element of the message. |
|
@EchoToken | 0..1 | Optional | |
@TimeStamp | 1 | Time of the transaction. | |
@Version | 1 | Version is a mandatory attribute in OTA; therefore, it must remain Mandatory in HTNG to be able to use the same message. | |
@MessageContentCode | 1 | The attribute refers to OTA code list MCC which includes RateAvail, RoomAvail, RoomRateAvail, SegmentAvail, SegmentRoomAvail, HouseAvail, and | |
OTA_HotelRatePlanNotifRS / Success | This is the annotation that the availability status message batch was received successfully. It could be combined with warning messages if some of the | ||
OTA_HotelRatePlanNotifRS / Warnings | 1..n | Optional. The attribute refers to the MCC OTA code list which includes Rate, Package, Group. | |
OTA_HotelRatePlanNotifRS / Warnings / Warning | 1..99 | Mandatory if parent level is present. | |
@ Type | 1 | Mandatory in OTA. Refers to OTA EWT list (error warning type). | |
@ Code | 0..1 | Optional. Refers to OTA list ERR. Should be used wherever possible. | |
@ RecordID | 0..1 | If the receiving system can identify within a batch of availability status messages which specific message failed, the UniqueID of the message should be | |
OTA_HotelRatePlanNotifRS/ Errors | 1 | Optional. Errors are returned if the request was unable to be processed. The attribute refers to the MCC OTA code list which includes Rate, Package, Group. | |
OTA_HotelRatePlanNotifRS/ Errors / Error | 1..99 | Mandatory if parent level is present. | |
@ Type | 1 | Mandatory in OTA. Refers to OTA EWT list (error warning type). | |
@ Code | 0..1 | Optional. Refers to OTA list ERR. Should be used wherever possible | |
@ RecordID | 0..1 | If the receiving system can identify within a batch of availability status messages which specific message failed, the UniqueID of the message should be reported here. |
OTA_HotelRateAmountNotifRS Sample Rate Message
Code Block | ||
---|---|---|
| ||
<OTA_HotelRatePlanNotifRS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.opentravel.org/OTA/2003/05" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelRatePlanNotifRS.xsd" TimeStamp="2004-05-01T06:39:09" Target="Production" Version="1.002"> <Success/> </OTA_HotelRatePlanNotifRS> |
Page Properties | ||||||
---|---|---|---|---|---|---|
| ||||||
|