Block
Creates a block
<br>You must have at least one of these scopes: 'blocks.create, reservations.manage'.
post/booking/v1/blocks
Headers
Idempotency-Keystring
Unique key for safely retrying requests without accidentally performing the same operation twice. We'll always send back the same response for requests made with the same key, and keys can't be reused with different request parameters. Keys expire after 24 hours.
Request body
Example request
{
"groupId": "XPGMSXGF",
"ratePlanId": "MUC-NONREF-SGL",
"from": "2026-09-06",
"to": "2026-09-09",
"grossDailyRate": {
"amount": 160,
"currency": "EUR"
},
"timeSlices": [
{
"blockedUnits": 3
},
{
"blockedUnits": 0
},
{
"blockedUnits": 7
}
],
"marketSegmentId": "BUSR"
}Response
The block was created successfully.
Example response
{
"id": "MUC-HSGTDG"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.