Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that stop sells, closed to arrival and closed to departure can be received separately so their status should be assumed as separate. For example a message which set stop sell will not change the states of closed to arrival and departure.

Warning

If you choose to send Stop Sell, CTA and CTD on a Room Level (RatePlanCode not present), then all updates (Open and Close) should follow the same rule.
Same applies if you choose to send the restrictions on a Room Rate Level (InvTypeCode and RatePlanCode present). 
It is not acceptable to send Room level restriction updates, then overlay with Room Rate level updates or vice versa.


Restriction Type

How it will be sent
Room is stop sold
<RestrictionStatus Status="Close" />
Room is opened for sale
<RestrictionStatus Status="Open" />
Room is set as closed to arrival
<RestrictionStatus Status="Close" Restriction="Arrival" />
Room is set as open to arrival
<RestrictionStatus Status="Open" Restriction="Arrival" />
Room is set as closed to departure
<RestrictionStatus Status="Close" Restriction="Departure" />
Room is set as open to departure
<RestrictionStatus Status="Open" Restriction="Departure" />

...