ReservationGroupService
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the Reservation. |
name | String | false | alternative name of the product |
startDate | LocalDate | true | The date that this group service is started. |
endDate | LocalDate | true | The date that this group service is ended. |
quantity | int | true | quantity |
remark | string | false | A few words about the group sent usually by the client. |
reservationGroupServiceDaily | Array of ReservationGroupServiceDaily | true | |
costCenter | costCenter | false |
JSON representation
{ "id": 1, "name" : "Aperitivo cocktail", "startDate": "2020-12-25", "endDate": "2021-01-10", "quantity": 68, "remark": "Group coming for Xmas", "reservationGroupServiceDaily":{ } "costCenter":{ "code":"CC1" } }