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 3
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. |
applyInReservation | Boolean | false |
|
applyInReservationGroup | Boolean | false |
|
checkExpiredDate | Boolean | false |
|
countReserved | Boolean | false |
|
removeFromInventory | Boolean | false |
|
tentative | Boolean | false |
|
JSON representation
{
"id": 7,
"code": "PRO",
"name": "Prospect",
"nameI18n": "Prospect",
"colorCode": "#FDD835",
"active": true,
"inactiveReason": null,
"applyInReservation": true,
"applyInReservationGroup": true,
"checkExpiredDate": false,
"countReserved": false,
"removeFromInventory": false,
"tentative": false
}