post Hold Item Inventory
POST {{HostName}}/inv/v1/hotels/{{HotelId}}/itemInventoryHold
Request Body
{"holdItemInfo"=>{"heldById"=>{"type"=>"Reservation", "id"=>"{{ReservationId}}"}, "heldBy"=>"Reservation", "holdItemInfoList"=>[{"itemCode"=>"BIKEA", "timeSpan"=>{"startDate"=>"2023-08-16", "endDate"=>"2023-08-17"}, "count"=>"2"}], "hotelId"=>"{{HotelId}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |