Last updated

OTA_HotelSummaryNotifRS

Fields

FieldDescriptionTypeMin/maxNotes
OTA_HotelSummaryNotifRSRoot element for /ota/OTA_HotelSummaryNotif response.object1..1-
OTA_HotelSummaryNotifRS/
RatePlanCrossRef
-object0..*-
OTA_HotelSummaryNotifRS/
Success
Indicates a successful request.object0..1Can occur simultaneously with Warnings, but not Errors.
OTA_HotelSummaryNotifRS/
Warnings
Warnings, if any.array of Warning0..1Can occur simultaneously with Success.
OTA_HotelSummaryNotifRS/
Errors
Errors, if any.array of Error0..1Never 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>