Skip to main content
The Extras API allows you to manage additional items and services that can be added to bookings, such as chairs, tables, tablecloths, and other equipment. These endpoints require authentication via cookie-based JWT tokens.

Available Endpoints

Create Extra

Register a new extra item in the system

List Extras

Retrieve all available extras

Get Extra

Get details of a specific extra

Update Extra

Update an existing extra item

Delete Extra

Remove an extra from the system

Authentication

All extras endpoints require authentication using a JWT token stored in the access_token cookie. The user must have appropriate role permissions to access these endpoints.

Common Fields

id_extra
number
Unique identifier for the extra
name
string
Name of the extra item
value_add
number
Additional cost for the extra item
quantity
number
Available quantity of the extra item

Build docs developers (and LLMs) love