Reservations
Create reservation
Creates a new reservation. The department must belong to the locale.
post/reservation/{locale}
Path parameters
localeinteger required
Locale (restaurant) ID. Must match the locale bound to your API key.
Request body
Example request
{
"time": "18:00"
}Response
Reservation created
Example response
{
"success": true,
"data": {
"time": "18:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.