v1
latestOpenAPI 3.0.12026-07-144840447.2 KBFiscal years
Create a fiscal year
Create a fiscal year. Fiscal years must be consecutive and cannot overlap.
ℹ️ This endpoint requires the following scope: fiscal_years:all
post/api/external/firm/v1/companies/{company_id}/fiscal_years
Path parameters
company_idinteger required
Existing company identifier (id)
Request body
Example request
{
"start": "2026-01-01",
"finish": "2026-12-31"
}Response
Returns the created fiscal year
Example response
{
"start": "2023-08-30",
"finish": "2022-12-31",
"status": "open"
}