v1

latestOpenAPI 3.0.22026-07-13122949.2 KB
Termino endpoints

Capacities (push)

This endpoint is deprecated in favor of more powerful /planning-update. No removal is currently planned. Any new implementations should use /planning-update.

Synchronization of changed capacities

Usage:

  • CM / PMS pushes capacity changes to Termino
post/capacities-update

Request body

accessTokenstring required

Access token to your API.

Example request

{
  "capacities": [
    {
      "availableRooms": 5
    }
  ]
}

Response

Successful response

successboolean required

Always true.

Example response

{
  "success": true
}