OTA_HotelInvNotifRQ
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
OTA_HotelInvNotifRQ | Root element for /ota/OTA_HotelInvNotif request. | object | 1..1 | - |
OTA_HotelInvNotifRQ /@Target | Specifies whether the request is targeted at a test or production property. | enum | 0..1 | Accepts: Test , Production . Default: Test |
OTA_HotelInvNotifRQ /SellableProducts | Room types. | array of SellableProduct | 1..1 | - |
XML
<OTA_HotelInvNotifRQ
xmlns="http://www.opentravel.org/OTA/2003/05"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opentravel.org/2014B/OTA_HotelInvNotifRQ.xsd"
version="6.000"
id="OTA2014B"
TransactionIdentifier="5"
Target="Production">
<SellableProducts ... >
...
</SellableProducts>
</OTA_HotelInvNotifRQ>