GET
/api-v1/vat/report
curl \
--request GET 'https://wyzio.app/api-v1/vat/report' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"code": "string",
"value": 42.0,
"rightValue": 42.0,
"rate": 42.0,
"reportType": "NONE"
}
]