OTA_HotelSummaryNotifRS

Fields

Field Description Type Min/max Notes
OTA_HotelSummaryNotifRS Root element for /ota/OTA_HotelSummaryNotif response. object 1..1 -
OTA_HotelSummaryNotifRS/
RatePlanCrossRef
- object 0..* -
OTA_HotelSummaryNotifRS/
Success
Indicates a successful request. object 0..1 Can occur simultaneously with Warnings, but not Errors.
OTA_HotelSummaryNotifRS/
Warnings
Warnings, if any. array of Warning 0..1 Can occur simultaneously with Success.
OTA_HotelSummaryNotifRS/
Errors
Errors, if any. array of Error 0..1 Never occurs simultaneously with Success.

XML

<OTA_HotelSummaryNotifRS
  xmlns="http://www.opentravel.org/OTA/2003/05"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelSummaryNotifRS.xsd"
  TimeStamp="2015-07-10T11:42:28-00:00"
  Target="Production"
  Version="3.000">
  <Success />
  <Warnings>
    ...
  </Warning>
  <Errors>
    ...
  </Errors>
</OTA_HotelSummaryNotifRS>