curl -X GET \
/accounting/accounts \
--header "Authorization: Bearer <token>"{
"data": [
{
"id": "f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
"name": "Bankkonto",
"number": "1200",
"type": "revenueGermany"
}
],
"meta": {
"pagination": {
"totalItems": 123,
"itemsPerPage": 123,
"currentPage": 123,
"lastPage": 123,
"pageTotalItems": 123
}
}
}Get accounts for postings.
Required permissions:accounting:accounts:readcurl -X GET \
/accounting/accounts \
--header "Authorization: Bearer <token>"{
"data": [
{
"id": "f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
"name": "Bankkonto",
"number": "1200",
"type": "revenueGermany"
}
],
"meta": {
"pagination": {
"totalItems": 123,
"itemsPerPage": 123,
"currentPage": 123,
"lastPage": 123,
"pageTotalItems": 123
}
}
}Value for the Authorization header parameter.
AccountingAccount collection
Show child attributes
"f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b"
Account name used for internal labeling.
"Bankkonto"
Account number from your used skr 03 or skr 04 chart of accounts.
"1200"
Type of account which references to the chart of accounts.
bankAccount, ledgerAccount, revenueGermany, revenueGermanyReduced, salesDeductionAccount, revenueEurope, revenueTaxFree, bankFees, passiveDeferral, debtor, paypal, stripe, sepaDebit, goCardless "revenueGermany"
Was this page helpful?