Submits a VAT report for the specified organization. Returns 200 on success, or 400 if submission fails.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
POST
/api-v1/vat/report
curl \
--request POST 'https://wyzio.app/api-v1/vat/report?organizationId=42' \
--header "Content-Type: multipart/form-data" \
--form "date=2026-01-01T00:00:00.000Z" \
--form "file=@file" \
--form "reportStartDate=2026-01-01T00:00:00.000Z" \
--form "reportEndDate=2026-01-01T00:00:00.000Z"