BlockActions
Allow to modify a block
Use this call to modify a block.<br>You must have at least one of these scopes: 'blocks.manage, reservations.manage'.
put/booking/v1/block-actions/{id}/amend
Path parameters
idstring required
Id of the block to be modified.
Request body
Example request
{
"from": "2026-09-06",
"to": "2026-09-09",
"grossDailyRate": {
"amount": 160,
"currency": "EUR"
},
"timeSlices": [
{
"blockedUnits": 3
},
{
"blockedUnits": 0
},
{
"blockedUnits": 7
}
],
"marketSegmentId": "BUSR"
}Response
Replace of the block was successful.
Changes
No recorded changes to this endpoint across all 1 revision of this API.