Skip to main content

Vat rates

The following routes are available for vat rates:

GET /api/v1/vat/branch/:branchId

Url with params /api/v1/vat/branch/5?user=user&password=password

  • tables: api_vatbranchrates
  • body: none
  • query:
    • user: string
    • password: string
    • branchId: string
  • response: list of all vat rates by branchId
Vatrates
[
{
"BranchNr": "5",
"VATRateNr": "1",
"VatName": "0%",
"VatRate": "0",
"VatAccount": "2200",
"VatType": "1",
"NetAccount": "3300",
"POSToken": null,
"POSLabel": null,
"LastUpdate": "2023-08-21 10:33:26"
},
{
"BranchNr": "5",
"VATRateNr": "2",
"VatName": "8.1%",
"VatRate": "0.081",
"VatAccount": "2220",
"VatType": "1",
"NetAccount": "3320",
"POSToken": null,
"POSLabel": null,
"LastUpdate": "2024-01-03 08:26:28"
}
]