Creates a Booking Window Exception
Allows the POS to create Booking Window Exceptions.
POST
/v1/booking-window-exceptions/authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
isBookingAllowed?boolean
Default
falseuseAutomaticPlacementboolean
useOnlineReservationsboolean
overridesFromstring
Format
date-timeoverridesTostring
Format
date-timebookingWindowIdstring
Format
uuidResponse Body
application/json
curl -X POST "http://localhost:4008/v1/booking-window-exceptions/" \ -H "Content-Type: application/json" \ -d '{ "bookingWindowId": "d290f1ee-6c54-4b01-90e6-d701748f0851", "overridesFrom": "2024-08-16T09:00:00.000Z", "overridesTo": "2024-08-19T17:00:00.000Z", "useAutomaticPlacement": true, "useOnlineReservations": false, "isBookingAllowed": true }'{
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851"
}