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