v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBVoucher
Get guidance by account number
You can use this endpoint to get additional information about the account that you may want to use.
get/ReceiptGuidance/forAccountNumber
Query parameters
accountNumberinteger required
The datev account number you want to get additional information of
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"
]
}
]
}