Last updated

SellableProduct

Fields

FieldDescriptionTypeMin/maxNotes
SellableProducts/
SellableProduct
Room type details.object0..*-
SellableProduct/
@InvStatusType
Specifies whether the request is to create (Initial), activate (Active), or deactivate the room type (Deactivated).enum0..1Accepts: Initial, Active, Deactivated. Default: Initial
SellableProduct/
@InvNotifType
Specifies whether the request is to create a room type (New) or modify an existing one (Overlay).enum1..1Accepts: New, Overlay
SellableProduct/
@InvCode
The Booking.com room type ID, assigned on creation of the room type.string0..1Required when modifying an existing room type.
SellableProduct/
GuestRoom
Room details.object1..1-

XML

<SellableProduct
  InvStatusType="Initial">
  <GuestRoom>
    ...
  </GuestRoom>
</SellableProduct>
<SellableProduct
  InvNotifType="Overlay"
  InvStatusType="Active"
  InvCode="12345601">
</SellableProduct>