Filter Ledger Entry Lines
You need to add a filter parameter to your GET request. This parameter has to be a JSON array of objects. Please refer to the filters main section to see how to build correctly the filter parameter.
Allowed filter combinations for ledger entry lines
| Field | Description | Value(s) | Available operators |
|---|---|---|---|
| id | The ledger entry line id | String | eq, not_eq, lt, gt, lteq, gteq, in, not_in |
| ledger_account_id | The ledger account id | String | eq, not_eq, lt, gt, lteq, gteq, in, not_in |
| date | The ledger entry line date | String | eq, not_eq, lt, gt, lteq, gteq, in, not_in |
| journal_id | The ledger entry line journal id | String | eq, not_eq, lt, gt, lteq, gteq, in, not_in |
Allowed filter combinations for ledger entry / ledger entry lines
| Field | Description | Value(s) | Available operators |
|---|---|---|---|
| ledger_account_id | The ledger account id | String | eq, not_eq, lt, gt, lteq, gteq, in, not_in |
Updated 12 days ago
