Get VAT rates

GET /api-v1/list/vat/rate

Headers

Responses

GET /api-v1/list/vat/rate
curl \
 -X GET http://wyzio.app/api-v1/list/vat/rate \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "effectiveDate": "string",
    "endDate": "string",
    "id": 42,
    "percent": 42.0,
    "startDate": "string",
    "title": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    }
  }
]