Skip to main content

Periods

Overview

This resource represents Periods which define the timeline for applicability of the Seasons.

Parameters

List periods

List all periods for a given account.

GET /periods

Get a single period

Returns a single period identified by ID.

GET /periods/:period_id

Create a new period

Creates a period for given season.

POST /seasons/:season_id/periods

Update a period

Returns an updated period identified by ID.

PUT /periods/:period_id

Destroy a period

Required OAuth scope: :rates_write

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

DELETE /periods/:period_id