The supplier sends this message about the closures for check-in which are applied by the structures. The query type (type) is set to getclousuretoarrival.

Below you can see the fields you can find in the message body and their meanings.

  • startdate

    first closing check-in day

  • days

    number of days. (You can add this number to the start date to get the end of the period. If these two dates correspond this value is set to 0).

Let’s see an example of message the client could send.

<?xml version="1.0" encoding="UTF-8"?>
<envelope>
       <header>
       <actor>...</actor>
      <user>...</user>
      <password>...</password>
          <version>0.1b</version>
          <timestamp>20210427</timestamp>
          <transaction>160125</transaction>
      </header>
<query type="getclousuretoarrival" product="hotel" agrement="1299">
<startdate>2022-01-01</startdate>
<days>30</days>
</query>
</envelope>