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
Version 1
Next »
Structure
Field | Type | Required | Description |
---|
id | Integer | true | Unique identifier for the ReservationGroupRoomBlockDaily. |
date | LocalDate | true | Date when it is going to happen. |
quantity | Integer | true |
|
price | BigDecimal | true |
|
quantityConsumed | Integer | true |
|
quantityAvailable | Integer | true |
|
JSON representation
{
"id": 2,
"date": "2020-05-31",
"quantity": 0,
"price": 0.000000,
"quantityConsumed": 0,
"quantityAvailable": 0
}