v1

latestOpenAPI 3.0.22026-07-13122949.2 KB
Termino endpoints

Occupations (push)

Synchronization of changed reservations on the hotel side. Usage:

  • Partner changes Slevomat reservation in their system and this endpoint is called to update the reservation in Termino/Slevomat
  • Data with reservations that were not originated from Termino/Slevomat are ignored

Updates of occupations in multiple hotels has to be sent in multiple requests.

post/occupations-update

Request body

accessTokenstring required

Access token to your API.

Response

Successful response

successboolean required

Always true.

Example response

{
  "success": true
}