v3

latestOpenAPI 3.0.42026-07-312008682.1 MB
Reservations

Process reservation

Marks a reservation as Processed (= checked out). Succeeds only if all processing conditions are met (the reservation has the Started state, balance of all reservation members is zero etc). Note this operation supports Portfolio Access Tokens.

Conditions

  • Reservation has already been checked in.
  • Reservation isn't alredy in Processed state.
  • Reservation can't be checked out sooner than last day of planned stay.
  • The companion profiles of reservation are complete (details can be found in error message).
  • If AllowOpenBalance set to false, all bills have to be closable (items on bills are either paid by current customer, or set to be paid by other customer). With CloseBills option set to true they can be automatically closed, when set to false they must be closed manually.
  • If AllowOpenBalance set to true, Notes must be filled in.
post/api/connector/v1/reservations/process

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

EnterpriseIdstring uuid nullable

Unique identifier of the enterprise. Required when using Portfolio Access Tokens, ignored otherwise.

ReservationIdstring uuid required

Unique identifier of the reservation to process.

CloseBillsboolean nullable

Whether closable bills of the reservation members should be automatically closed.

AllowOpenBalanceboolean nullable

Whether non-zero consumed balance of all reservation members is allowed.

Notesstring nullable

Required if AllowOpenBalance set to true. Used to provide reason for closing with unbalanced bill.

Response

OK

Unit required