v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBVoucher
Get guidance for expense accounts
Provides all possible combinations for expense accounts to be used with expense receipts/vouchers.
get/ReceiptGuidance/forExpense
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"
]
}
]
}