Overview
[TODO]
Business Rules
[TODO]
OTA_HotelRatePlanNotifRQ Elements & Attributes
Element | @Attribute | Num | Description/Contents | Origin | Value |
OTA_HotelRateAmountNotifRQ | 1 | Root element of the message. |
|
OTA_HotelRateAmountNotifRQ / RatePlans | |||
@HotelCode | |||
OTA_HotelRateAmountNotifRQ / RatePlan | |||
@Start | |||
@End | |||
@CurrencyCode | |||
@RatePlanCode | |||
@RatePlanNotifType | |||
OTA_HotelRateAmountNotifRQ / RatePlans / RatePlan / Rates | |||
OTA_HotelRateAmountNotifRQ / RatePlans / RatePlan / Rates / Rate | |||
@RateTimeUnit | |||
@UnitMultiplier | |||
@Start | |||
@End | |||
@Mon | |||
@Tue | |||
@Weds | |||
@Thur | |||
@Fri | |||
@Sat | |||
@Sun | |||
@InvTypeCode | |||
OTA_HotelRateAmountNotifRQ / RatePlans / RatePlan / Rates / Rate / BaseByGuestAmts | |||
OTA_HotelRateAmountNotifRQ / RatePlans / RatePlan / Rates / Rate / BaseByGuestAmts / BaseByGuestAmt | |||
@AmountBeforeTax | |||
@NumberOfGuests | |||
@AgeQualifyingCode | |||
OTA_HotelRateAmountNotifRQ / RatePlans / RatePlan / Rates / Rate / AdditionalGuestAmounts | |||
OTA_HotelRateAmountNotifRQ / RatePlans / RatePlan / Rates / Rate / AdditionalGuestAmount | |||
@AgeQualifyingCode | |||
@Amount |
OTA_HotelRatePlanNotifRQ Sample
<?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <PayloadInfo RequestId="22d3ac7c-f01e-49c6-8fbd-ae269f39c0ad" RequestorId="TEST" SourceId="RMS" DestinationId="CRS" RetryInd="false"> <Authentication Username="username" Password="Password"/> <PayloadDescriptor Name="OTA_HotelRatePlanNotifRQ" Version="1.0"/> </PayloadInfo> </soap:Header> <soap:Body> <OTA_HotelRatePlanNotifRQ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:ns="http://www.opentravel.org/OTA/2003/05" EchoToken="123456" TimeStamp="2021-07-16T19:58:15.970422+05:30" Target="Test" Version="1" MessageContentCode="8" TransactionIdentifier="6172037375195"> <RatePlans HotelCode="TESTHotel"> <RatePlan Start="2022-01-16" End="2022-01-16" CurrencyCode="USD" RatePlanCode="BAR" RatePlanNotifType="Overlay"> <Rates> <Rate RateTimeUnit="Day" UnitMultiplier="1" Start="2022-01-16" End="2022-01-16" Mon="true" Tue="true" Weds="true" Thur="true" Fri="true" Sat="true" Sun="true" InvTypeCode="KING"> <BaseByGuestAmts> <BaseByGuestAmt AmountBeforeTax="115.10" NumberOfGuests="1" AgeQualifyingCode="10" /> <BaseByGuestAmt AmountBeforeTax="120.20" NumberOfGuests="2" AgeQualifyingCode="10" /> <BaseByGuestAmt AmountBeforeTax="120.20" NumberOfGuests="3" AgeQualifyingCode="10" /> <BaseByGuestAmt AmountBeforeTax="120.20" NumberOfGuests="4" AgeQualifyingCode="10" /> </BaseByGuestAmts> <AdditionalGuestAmounts> <AdditionalGuestAmount AgeQualifyingCode="10" Amount="50.00" /> <AdditionalGuestAmount AgeQualifyingCode="8" Amount="10.00" /> </AdditionalGuestAmounts> </Rate> </Rates> </RatePlan> </RatePlans> </OTA_HotelRatePlanNotifRQ> </soap:Body> </soap:Envelope>
OTA_HotelRateAmountNotifRS Elements & Attributes
Element | @Attribute | Num | Description/Contents | Origin | Value |
OTA_HotelRateAmountNotifRS | 1 | Root Element of the message |
|
[TODO] Provide sample response