Menu

Bedful Seasons

Seasons define dates where a site is open for booking and charges a particular rate. Sites typically have one or many seasons, for their main low season, any high season, and any periods like Bank holidays where they charge special rates. Seasons may overlap, in which case the shortest season overrides pricing in the seasons below.

Seasons are typically requested along with the sites which they are attached to by using the expand parameter. Season JSON and fields are as follows:

 {
  "id": 123,
  "status": 100,
  "site_id": 123,
  "name": "Example Season",
  "starts_at": "2015-09-16T10:57:09Z",
  "ends_at": "2015-09-16T10:57:09Z"
}

Season Fields

  • ID: The unique id of the season
  • Status: The status of the season (0 is draft, 11 Suspended, 100 Live)
  • SiteID: The site for this season
  • Name: The name of this season
  • StartsAt: The start date for this season
  • EndsAt: The end date for this season