...
Code Block | ||
---|---|---|
| ||
<?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_HotelRateAmountNotifRQ" Version="1.0"/> </PayloadInfo> </soap:Header> <soap:Body> <OTA_HotelRateAmountNotifRQ 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"> <RateAmountMessages ChainCode="TEST" HotelCode="TEST"> <RateAmountMessage> <StatusApplicationControl InvTypeCode="KING" RatePlanCode="DD" /> <Rates> <Rate Start="2021-11-15" End="2021-11-16"> <BaseByGuestAmts> <BaseByGuestAmt AgeQualifyingCode="10" AmountBeforeTax="1000.00" NumberOfGuests="1"/> <BaseByGuestAmt AgeQualifyingCode="10" AmountBeforeTax="1000.00" NumberOfGuests="2"/> <BaseByGuestAmt AgeQualifyingCode="10" AmountBeforeTax="1000.00" NumberOfGuests="3"/> <BaseByGuestAmt AgeQualifyingCode="10" AmountBeforeTax="1000.00" NumberOfGuests="4"/> </BaseByGuestAmts> <AdditionalGuestAmounts> <AdditionalGuestAmount AgeQualifyingCode="10" Amount="25.00"/> <AdditionalGuestAmount AgeQualifyingCode="8" Amount="15.00"/> </AdditionalGuestAmounts> </Rate> </Rates> </RateAmountMessage> </RateAmountMessages> </OTA_HotelRateAmountNotifRQ> </soap:Body> </soap:Envelope> |
OTA_HotelRateAmountNotifRS
...
Element | @Attribute
...
Num
...
Description/Contents
...
Origin | Value
...
OTA_HotelRateAmountNotifRS
...
1
...
Root Element of the message
...
...
Sample (Success)
Code Block |
---|
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<PayloadInfo RequestId="22d3ac7c-f01e-49c6-8fbd-ae269f39c0ad" SourceId="CRS" DestinationId="RMS"
RetryInd="false"></PayloadInfo>
</soap:Header>
<soap:Body>
<OTA_HotelRateAmountNotifRS xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="1.00"
xmlns="http://www.opentravel.org/OTA/2003/05">
<Success />
</OTA_HotelRateAmountNotifRS>
</soap:Body>
</soap:Envelope> |
OTA_HotelRateAmountNotifRS Sample (Warning)
Code Block |
---|
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<PayloadInfo RequestId="22d3ac7c-f01e-49c6-8fbd-ae269f39c0ad" SourceId="CRS" DestinationId="RMS"
RetryInd="false"></PayloadInfo>
</soap:Header>
<soap:Body>
<OTA_HotelRateAmountNotifRS xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="1.00"
xmlns="http://www.opentravel.org/OTA/2003/05">
<Warnings>
<Warning>Warning: Unable to map ratecode:BAR1</Warning>
</Warnings>
</OTA_HotelRateAmountNotifRS>
</soap:Body>
</soap:Envelope> |
Page Properties | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|