Skip to main content

VatLookupRequestDTO

companyNamestringrequired
countryCodestringrequired

Two-letter ISO 3166-1 alpha-2 country code where the company is registered, for example DE, AT, or NL. Use the country code, not a full country name.

rawAddressstringnullable
streetstringnullable
citystringnullable
zipstringnullable
VatLookupRequestDTO
{
"companyName": "string",
"countryCode": "string",
"rawAddress": "string",
"street": "string",
"city": "string",
"zip": "string"
}