Skip to main content

Seasons

Overview

This resource represents Seasons which together with Periods define the time when the Rates Rules or Rentals Fees are applicable and provide a way to define seasonal pricing for the Rentals (impacting price via ratio_percentage and minimum length of stay via minimum_stay).

Parameters

List seasons

List all seasons for a given account.

GET /seasons

Get a single season

Returns a single season identified by ID.

GET /seasons/:season_id

Create a new season

Creates a season for given rates table.

POST /rates_tables/:rates_table_id/seasons

Update a season

Returns an updated season identified by ID.

PUT /seasons/:season_id

Destroy a season

DELETE /seasons/:season_id

Required OAuth scope: :rates_write

Returns empty response with 204 No Content status code on success.