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 2
Next »
Structure
Field | Type | Required | Description |
---|
id | Integer | true | Unique identifier for the ReservationSituationType. |
code | String | true | Code of the ReservationSituationType. |
name | String | true | Name of the ReservationSituationType. |
active | String | true | It says if it's active or not. |
inactiveReason | String | false | The reason why it got inactive. |
JSON representation
{
"id": 1,
"code": "PRO",
"name": "Prospect",
"active": true,
"inactiveReason": null
}