merit_get_gl_batch
Retrieve a General Ledger batch with its entries using the batch GUID, and optionally include the attachment file as base64.
Instructions
Get one Merit Aktiva GL batch with entries (POST /api/v1/getglbatch). id is the batch GUID (GLBId). Set addAttachment to include a file as base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GL batch GUID / GLBId (required) | |
| addAttachment | No | Include attachment file content as base64 |