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. |
JSON representation
{ "id": 1, "code": "RES", "name": "Reserved" }