Skip to main content

IntegrationVatValidationDocumentDTO

Information about the generated PDF report for a VAT validation run.

fileNamestringrequired

Original file name of the generated PDF report.

urlstringnullable

Download URL for the generated PDF report. Present only when returnAsUrl was enabled.

base64stringnullable

Base64-encoded PDF document. Present only when returnAsBase64 was enabled.

IntegrationVatValidationDocumentDTO
{
"fileName": "string",
"url": "string",
"base64": "string"
}