Set Active Accounting Period
PUT {{base_url}}/Settings/ActivePeriod/:period
Use this endpoint to set a given accounting period as the active (or current) accounting period.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"Period":200711,"FmtPeriod":"11/2007","AccountPdStart":"2007-11-01T00:00:00.000","AccountPdEnd":"2007-11-30T00:00:00.000","FYStart":"2007-01-01T00:00:00.000","FYEnd":"2007-12-31T00:00:00.000","ActiveCompanyClosed":"N","AllCompaniesClosed":"N","ApplytoAllCompanies":""}]