Move a reservation window

Changes the arrival window and nothing else. Allowed only while the reservation is requested or confirmed; once it is arrived, completed, or canceled the window is fixed. The assigned stall is kept, and moving a window does not emit a webhook because you already know about the change. The new window is checked against the same rules as create.

Authentication

AuthorizationBearer

API key generated in the Autolane Portal. Keys are organization-scoped, carry granular permissions, and are environment-specific: a sandbox key only works against the sandbox host, and a production key only against the production host.

Path parameters

idstringRequiredformat: "uuid"
Reservation id

Request

This endpoint expects an object.
arrival_window_startdatetimeRequired
arrival_window_enddatetimeRequired

Response

The reservation with its new window
successboolean
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error