Logo PopinaPopina API

Updates a Booking Window Exception

Allows the POS to update Booking Window Exceptions.

PATCH/v1/booking-window-exceptions/{bookingWindowExceptionId}
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

Path Parameters

bookingWindowExceptionIdstring
isBookingAllowed?boolean
Defaultfalse
useAutomaticPlacement?boolean
useOnlineReservations?boolean
overridesFrom?string
Formatdate-time
overridesTo?string
Formatdate-time
bookingWindowIdstring
Formatuuid

Response Body

application/json

curl -X PATCH "http://localhost:4008/v1/booking-window-exceptions/string" \  -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": true  }'
{
  "id": "d290f1ee-6c54-4b01-90e6-d701748f0851"
}