OTA_HotelStatsNotifRS
The OTA_HotelStatsNotifRS message is the response message returned by the OTA_HotelStatsNotifRQ request message. The response message can be returned synchronously or pushed asynchronously to an endpoint provided by the integration partner.
Message XML Element Structure
- OTA_HotelStatsNotifRS
- Success
- Errors
- Error
- Warnings
- Warning
- UniqueID
OTA_HotelStatsNotifRS Message Structure
Copy
<OTA_HotelStatsNotifRS EchoToken="" Target="" Version="0" TransactionIdentifier="" xmlns="http://www.opentravel.org/OTA/2003/05">
<Success/>
<Errors>
<Error Type="" Code="" RecordID="" ShortText=""/>
</Errors>
<Warnings>
<Warning Type="" Code="" Record="" ShortText/>
</Warnings>
<UniqueID ID="">
<CompanyName>SmithTravelResearch</CompanyName>
</UniqueID>
</OTA_HotelStatsNotifRS>
Message Dictionary
Element Name | Required | Type | Description |
Success | No | Element | Indicates that the request was processed successfully. |
Errors | No | Element | Contains 1..N of error elements. |
,,Error | No | Element | Contains information related to the error that was encountered in processing the request. |
,,,,,,@Type | Yes | String | Value of type Error. |
,,,,,,@RecordID | No | String | Identifier of the record that caused the error. |
,,,,,,@Code | No | String | Error code if applicable. |
,,,,,,@Value | No | String | Error message. |
Warnings | No | Element | Contains 1..N of warning elements. |
,,Warning | No | Element | Contains information related to the warning that was encountered in processing the request. |
,,,,,,@Type | Yes | String | Value of type Warning. |
,,,,,,@RecordID | No | String | Identifier of the record that caused the warning. |
,,,,,,@Code | No | String | Warning code if applicable. |
,,,,,,@Value | No | String | Warning message. |
Example SOAP Message
Copy
<OTA_HotelStatsNotifRS EchoToken="1C36B41B-1DA4-45E3-AACD-8085CCF5E7CD" Target="Test" Version="0" TransactionIdentifier="a7f0cdab-cd10-4d2d-ac3f-9e3222871bf8" xmlns="http://www.opentravel.org/OTA/2003/05">
<Success/>
<UniqueIDID="1C36B41B-1DA4-45E3-AACD-8085CCF5E7CD">
<CompanyName>STR</CompanyName>
</UniqueID>
</OTA_HotelStatsNotifRS>