CreateReservationDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| store_id | String | Store ID | [default to null] |
| date | String | ISO8601 compliant order date string | [default to null] |
| time | String | Military time format | [default to null] |
| id | String | Reservation type ID | [default to null] |
| seats | BigDecimal | Number of seats to be reserved | [default to null] |
| contact | CreateReservationDTO_contact | [default to null] | |
| remarks | String | Optional customer request | [optional] [default to null] |