v1
latestOpenAPI 3.0.12026-07-144840447.2 KBExports
Export file of Analytical General Ledger
This endpoint allows you to create an Analytical General Ledger export. The generated export file is an xlsx file, using the in-line analytical mode by default.
ℹ️ This endpoint requires the following scope: exports:agl
post/api/external/firm/v1/companies/{company_id}/exports/analytical_general_ledgers
Path parameters
company_idinteger required
Example:1
Existing company identifier (id)
Request body
Example request
{
"period_start": "2023-08-30",
"period_end": "2023-08-30"
}Response
Returns the generated export status
Example response
{
"id": 124,
"status": "pending",
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z"
}