Status
Create Status
WRITE
access to the ADMIN
module is required to access this endpointPOST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Status model
The status name
Example:
"Confirmed"
Status type: 1 = Booking, 2 = Project (Future Use)
Example:
1
Description of what the status represents
Example:
"The confirmed status"
Are booking notifications triggered when this status is selected
Example:
true
Specify the order of the status with an integer in ascending order
Example:
3
A hex color value of the background of this project
Example:
"#B0A7F1"
A hex color value of the text of this project
Example:
"#000000"
Response
200
application/json
Successful Operation