DocsAPI ReferenceTax/bff/tax/vat-book/rows
getTaxAdmin BFF

/bff/tax/vat-book/rows

VAT book rows for the admin browser.

TaxgetBffTaxVat-bookRows

Parameters

3 query

3 total
Query · 3
fromstringRequired

Inclusive lower bound (YYYY-MM-DD).

tostringRequired

Exclusive upper bound (YYYY-MM-DD).

includeDraftsstring

Request

GET /bff/tax/vat-book/rows

get
curl -X GET "https://api.bizkithub.com/bff/tax/vat-book/rows?from=example_from&to=example_to&includeDrafts=example_includeDrafts" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key