v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBVoucher
Get all account guides
You can use this endpoint to help you decide which accounts you can use when creating a voucher
get/ReceiptGuidance/forAllAccounts
Response
Successful operation
Example response
{
"objects": [
{
"accountNumber": "4000",
"accountName": "Umsatzerlöse",
"description": "Einnahmen aus dem Verkauf von Waren und Dienstleistungen",
"allowedTaxRules": [
{
"name": "USTPFL_UMS_EINN",
"description": "Umsatzsteuerpflichtige Umsätze",
"id": 1,
"taxRates": [
"ZERO",
"SEVEN",
"NINETEEN"
]
}
],
"allowedReceiptTypes": [
"EXPENSE"
]
}
]
}