Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
Structure
Field | Type | Required | Description |
---|
id | Integer | true | Unique identificator of the ReservationStatusType. |
name | string | true | Name of the ReservationStatusType. |
code | string | true | Code of the ReservationStatusType. |
colorCode | string | true | Color of the ReservationStatusType. |
JSON representation
{
"id": 1,
"code": "RES",
"name": "Reserved",
"colorCode":"#43a047"
}