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.

FinancialPeriod

endDatestring

End date of the period. Format: YYYY-MM-DD.

startDatestring

Start date of the period. Format: YYYY-MM-DD.

Example
{  "endDate": "2020-12-31",  "startDate": "2020-01-01"}