Skip to main content

IntegrationVatTableCreateRecordDTO

VAT validation input row with strongly typed VAT fields. Additional properties are accepted as custom columns.

vatIdstringnullable

VAT identifier.

companyNamestringnullable

Company name used for VAT matching.

citystringnullable

City used for VAT matching.

zipstringnullable

Postal code used for VAT matching.

streetstringnullable

Street used for VAT matching.

IntegrationVatTableCreateRecordDTO
{
"vatId": "string",
"companyName": "string",
"city": "string",
"zip": "string",
"street": "string"
}