OTA_HotelProductNotifRQ

Fields

Field Description Type Min/max Notes
OTA_HotelProductNotifRQ Root element for /ota/OTA_HotelProductNotif request. object 1..1 -
OTA_HotelProductNotifRQ/
@Target
Specifies whether the request is targeted at a test or production property. enum 0..1 Accepts: Test, Production. Default: Test
OTA_HotelInvNotifRQ/
HotelProducts
Products (combinations of room types, rate plans, and policies). array of HotelProduct 1..1 -

XML

<OTA_HotelProductNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  PrimaryLangID="en-US"
  EchoToken="GUID"
  TimeStamp="2015-06-20T00:00:00"
  Version="1.0"
  Target="Production">
  <HotelProducts ... >    
    ...
  </HotelProducts>
</OTA_HotelProductNotifRQ>