Generate Snapshots
Endpoint: GET /gl-entries/generate-snaphots/{companyId}
Authentication: X-API-Key: {{apiKey}}
Description
Triggers the generation of general ledger entry snapshots for a specified company. This endpoint is used to create periodic snapshots of GL entries for reporting or reconciliation purposes.
Request
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| companyId | string | Yes | The UUID of the company to generate snapshots for |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | X-API-Key for authentication |
Request Schema
{
"headers": {
"X-API-Key": "{{apiKey}}"
}
}