v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBVoucherPos
Retrieve voucher positions
Retrieve all voucher positions depending on the filters defined in the query.
get/VoucherPos
Query parameters
voucher[id]integer
Retrieve all vouchers positions belonging to this voucher. Must be provided with voucher[objectName]
voucher[objectName]string
Only required if voucher[id] was provided. 'Voucher' should be used as value.
Response
Successful operation
Example response
{
"objects": [
{
"id": "0",
"create": "01.01.2020",
"update": "01.01.2020",
"sevClient": {
"id": "0",
"objectName": "SevClient"
},
"voucher": {
"id": "0",
"objectName": "Voucher"
},
"accountDatev": {
"objectName": "AccountDatev"
},
"accountingType": {
"id": "0",
"objectName": "AccountingType"
},
"estimatedAccountingType": {
"id": "0",
"objectName": "AccountingType"
},
"taxRate": "19",
"sumNet": "100",
"sumTax": "19",
"sumGross": "119",
"sumNetAccounting": "0",
"sumTaxAccounting": "0",
"sumGrossAccounting": "0"
}
]
}