merit_list_gl_batches_full
Retrieve general ledger batches within a 31-day period, optionally including entry lines and cost allocations. Specify date type and period to get complete batch data in one call.
Instructions
List Merit Aktiva GL batches with entries and cost allocations in one call (POST /api/v1/GetGLBatchesFull). Period max 31 days. withLines/withCostAlloc default off when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateType | No | 0 = filter by document date, 1 = filter by changed date | |
| periodEnd | Yes | Period end (YYYY-MM-DD, required; max 31 days after periodStart) | |
| withLines | No | Include entry lines | |
| periodStart | Yes | Period start (YYYY-MM-DD, required) | |
| withCostAlloc | No | Include cost allocations |