change Rate Seasons
PUT {{HostName}}/rtp/v1/hotels/{{HotelId}}/rateSeasons/{{SeasonCode}}
Request Body
{"rateSeasons"=>[{"hotelId"=>"{{HotelId}}", "description"=>"Season 2022", "dateRange"=>{"startDate"=>"2023-04-01", "endDate"=>"2023-08-31"}, "seasonCode"=>"HIGH"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
x-hotelid | string | ||
x-app-key | string |