get Hold Items Inventory
GET {{HostName}}/inv/v1/hotels/{{HotelId}}/itemInventory?sellInEvent=false&endDate=2023-08-20&welcomeOffer=false&SellInReservation=true&startDate=2023-08-16
This will fetch a hotel's Item inventory for a specified date range that you can provided in the request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sellInEvent | boolean | ||
endDate | string | ||
welcomeOffer | boolean | ||
SellInReservation | boolean | ||
startDate | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |