v1

latestOpenAPI 3.1.02026-07-24700152.8 KB

Create reservation tag

Create a company-level reservation tag; the tag can be referenced when creating or updating reservations

post/reservation/tags

Request body

namestring required
company_idinteger

Required if using cross-company access

Response

201

company_idinteger
idinteger
namestring

Example response

{
  "company_id": 4,
  "id": 246,
  "name": "VIP Suite"
}