Allocation Windows
Update an Allocation Window
post/allocationwindow/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Allocation Window
Request body
Example request
{
"uuid": "123e4567-a6f4-4a47-8de8-230c4cfc115b",
"edit_date": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}