change Sell Limit By Date
PUT {{HostName}}/inv/v1/hotels/{{HotelId}}/sellLimits
You can use this API to create sell limits in OPERA by date.
Request Body
{"sellLimitsByDate"=>{"houseSellLimits"=>[{"date"=>"2023-07-22", "amount"=>100, "flatOrPercentage"=>"flat"}], "hotelId"=>"{{HotelId}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |