Limit advance timeslot reservations
Available in versions: 2022 and later
Description
Limits how far in the future users can reserve timeslots.
URL
/Admin/rest/v1/configuration
Remarks
None
HTTP Method
GET: Returns the limit on how far in the future users can reserve timeslot.
PATCH: Updates the limit on how far in the future users can reserve timeslot.
Request
Headers:
Content-Type: application/xml
Accept: application/xml
Cookies:
ADM_LWSSO={AdmLwssoCookie};
Request Body:
GET: No request body.
PATCH: An XML describing how far in the future users can reserve timeslot in days.

<Configuration>
<FutureReservationNumberOfDays>17</FutureReservationNumberOfDays>
</Configuration>
Response
Headers:
Content-Type: application/xml
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes.
HTML Body:
Returns the data on the entity in the response.

{
"FutureReservationNumberOfDays": 17
}