v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Taxes

Create or update tax level configuration

Use to define on which level the taxes are defined for a specific unit type.

put/taxes/level-configurations

Request body

unitTypeIdstring required
  1. The unit (listing) id
levelEntityType'ACCOUNT' | 'UNIT_TYPE' required

Sets from what entity will the taxes for reservations made on the unitType will be taken from

Example request

{
  "unitTypeId": "df7hf01cnduhdb2125854dj8"
}

Response

The taxes level configuration has been successfully updated or created.

unitTypeIdstring required
accountIdstring required
levelEntityType'ACCOUNT' | 'UNIT_TYPE' required

Example response

{
  "unitTypeId": "df7hf01cnduhdb2125854dj8",
  "accountId": "623892d57f4f56afcb25587c"
}