HotelProduct

Fields

Field Description Type Min/max Notes
HotelProducts/
HotelProduct
Product details. object 0..* -
HotelProduct/
@ProductNotifType
Specifies the type of action being performed on the product. enum 1..1 Accepts: New (create product), Remove (delete product).
HotelProduct/
RoomTypes
Room types in the product. array of RoomType 1..1 -
HotelProduct/
RatePlans
Rate plans in the product. array of RatePlan 1..1 -
HotelProduct/
ValueAddInclusions
Mealplans in the product. array of MealPlan 0..1 -
HotelProduct/
PolicyInfo
Cancellation and booking policies for the product. object 0..1 -
HotelProduct/
TPA_Extensions
Container for PricingType. object 0..1 -

XML

<HotelProduct
  ProductNotifType="New">
  <RoomTypes>
    ...
  </RoomTypes>
  <RatePlans>
    ...
  </RatePlans>
  <ValueAddInclusions>
    ...
  </ValueAddInclusions>
  <PolicyInfo>
    ...
  </PolicyInfo>
  <TPA_Extensions>
    ...
  </TPA_Extensions>
</HotelProduct>