Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

TimePeriod

Time period with length and unit

periodLengthinteger[int32]

Length of the period

periodUnitstring

Unit of the period

Possible Enum values are DAY, MONTH or YEAR.
Example
{  "periodLength": 30,  "periodUnit": "DAY"}