Export VAT report preview

GET /api-v1/vat/preview

Headers

Responses

GET /api-v1/vat/preview
curl \
 -X GET http://wyzio.app/api-v1/vat/preview \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "currentQuarter": {
    "amount": 42.0,
    "asOf": "2024-05-04T09:42:00+00:00",
    "quarter": 42,
    "year": 42
  },
  "previousPeriods": {
    "amount": 42.0,
    "asOf": "2024-05-04T09:42:00+00:00",
    "quarter": 42,
    "year": 42
  }
}