get Block Inventory Statistics
GET {{HostName}}/inv/v1/hotels/{{HotelId}}/blockInventoryStatistics?includeOverbooking=true&includeTentativeInventory=false&limit=20&offset=1&startDateRange=2023-04-02&endDateRange=2023-04-02&summarySortByCode=Status&detailSortByCode=BlockAccount
You can use this API to retrieve Block inventory for a specified hotel. Narrow down your results using the query parameters available.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeBlocksWithNoRoom | null | ||
includeOverbooking | boolean | ||
includeTentativeInventory | boolean | ||
limit | number | ||
offset | number | ||
startDateRange | string | ||
endDateRange | string | ||
hotelIds | string | ||
summarySortByCode | string | ||
detailSortByCode | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-app-key | string | ||
x-hotelid | string |