Reservation
Last updated
Was this helpful?
Last updated
Was this helpful?
id
long?
Reservation ID - cannot be null in PUT/PATCH methods
📶 EQUALS
,ENUM
_branchId
integer
📶 EQUALS
,ENUM
_cloudId
integer
_customerId
long
📶 EQUALS
,ENUM
_employeeId
long
📶 EQUALS
,ENUM
_tableId
long
📶 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 note
seats
short
Number of table seats - minimum value is 1, maximum value must be less or equal to the number of seats in the entity (Table.seats
).
startDate
timestamp
Start date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
status
enum
Reservation status
versionDate
timestamp?
Last modification date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
GET
https://api.dotykacka.cz/v2/clouds/:cloudId/reservations
cloudId*
integer
sort
string
filter
string
page
integer
limit
integer
If-None-Match
string
ETag to return results only if changed.
Authorization*
string
Bearer accessToken
GET
https://api.dotykacka.cz/v2/clouds/:cloudId/reservations/:reservationId
reservationId*
integer
cloudId*
integer
If-None-Match
string
ETag to return results only if changed.
Authorization*
string
Bearer accessToken
POST
https://api.dotykacka.cz/v2/clouds/:cloudId/reservations
cloudId*
integer
Authorization*
string
Bearer accessToken
array
Array of reservations. Maximum size 100.
PUT
https://api.dotykacka.cz/v2/clouds/:cloudId/reservations
cloudId*
integer
If-Match
string
ETag to update only if not changed.
Authorization*
string
Bearer accessToken
array
Array of reservation. Maximum size 100.
PUT
https://api.dotykacka.cz/v2/clouds/:cloudId/reservations/:reservationId
reservationId*
integer
cloudId*
integer
If-Match
string
ETag to update only if not changed.
Authorization*
string
Bearer accessToken
object
Reservation
PATCH
https://api.dotykacka.cz/v2/clouds/:cloudId/reservations/:reservationId
reservationId*
integer
cloudId*
integer
If-Match*
string
ETag to update only if not changed.
Authorization*
string
Bearer accessToken
DELETE
https://api.dotykacka.cz/v2/clouds/:cloudId/reservation/:reservationId
reservationId*
integer
cloudId*
integer
If-Match
string
ETag ignored (temporarily) when deleting an entity.
Authorization*
string
Bearer accessToken
OPTIONS
https://api.dotykacka.cz/v2/clouds/:cloudId/tables
cloudId*
integer
Authorization*
string
Bearer accessToken
OPTIONS
https://api.dotykacka.cz/v2/clouds/:cloudId/reservations/:reservationId
reservationId*
integer
cloudId*
integer
Authorization*
string
Bearer accessToken