id
long?
Reservation ID - cannot be null in PUT/PATCH methods
📶 EQUALS
,ENUM
created
timestamp?
Reservation created date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
endDate
timestamp
End date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
flags
integer
Reservation flags
📶 BITS
note
string?
Reservation noteseats
short
Number of table seats - minimum value is 1, maximum value must be less or equal to the number of seats in the Table entity (Table.seats
).startDate
timestamp
Start date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
status
enum
Reservation statusversionDate
timestamp?
Last modification date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH