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
}

Changes

Changed in 2 of the 10 revisions of this API.217

  • 371c7c53f22d14See the full diff
    • added the new required request property occupations/items/roomTypeId

      new-required-request-property

    • api tag Termino endpoints added

      api-tag-added

    • api tag Push endpoints removed

      api-tag-removed

    • the request property occupations/items/roomId became optional

      request-property-became-optional

    • request property occupations/items/roomId deprecated

      request-property-deprecated

  • e19082e0fb0f113See the full diff
    • the request property occupations/items/roomId became required

      request-property-became-required

    • removed the request property occupations/items/roomTypeId

      request-property-removed

    • api tag Push endpoints added

      api-tag-added

    • api tag Termino endpoints removed

      api-tag-removed

    • request property occupations/items/roomId reactivated

      request-property-reactivated

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog