Returns a list of journal lines associated with the chart of accounts.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/chart-accounts/lines
curl \
--request GET 'https://wyzio.app/api-v1/chart-accounts/lines'
Response examples (200)
[
{
"id": 42,
"accountNumber": 42,
"description": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"currencyId": 42,
"currency": "string",
"endDate": "string",
"departmentId": 42,
"hasDepreciation": true,
"isPurchaseInvoicesEnabled": true
}
]