change Hotel Rate Ranges
PUT {{HostName}}/ent/config/v1/hotels/{{HotelId}}/rateRanges
Request Body
{"hotelRateRanges"=>[{"timeSpan"=>{"startDate"=>"2023-10-12", "endDate"=>"2023-10-31"}, "minRate"=>"100", "maxRate"=>"2000", "currencyCode"=>"USD", "hotelId"=>"{{HotelId}}"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |