Generate Snapshots
Endpoint: GET /gl-entries/generate-snaphots/{companyId}
Authentication: Bearer Token (required)
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 | Bearer token for authentication |
Request Schema
{
"headers": {
"Authorization": "Bearer <token>"
}
}