action hetras_certification_blocks_get_single_block_async { label: "Gets the details for a specific block." description: "Read all informationen about a block including the numbers of blocked rooms per room type and business day." provider: hetras_certification method: GET path: "/api/booking/v0/blocks/{blockCode}" encoding: json input: { type: "object" properties: { "App-Id": { type: "string" } "App-Key": { type: "string" } blockCode: { type: "string" } } required: ["App-Id", "App-Key", "blockCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }