GET
/api-v1/list/vat/code
curl \
--request GET 'https://wyzio.app/api-v1/list/vat/code?date=string' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "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"
}
}
]