Get VAT codes

GET /api-v1/list/vat/code

Headers

Responses

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