Skip to main content

IntegrationVatLookupResolvedData

Normalized company and address data returned by VAT lookup.

companyNamestringnullable

Normalized company name returned by VAT lookup.

streetstringnullable

Normalized street returned by VAT lookup.

citystringnullable

Normalized city returned by VAT lookup.

zipstringnullable

Normalized postal code returned by VAT lookup.

rawAddressstringnullable

Unparsed address string returned when the upstream source did not provide structured address fields.

IntegrationVatLookupResolvedData
{
"companyName": "string",
"street": "string",
"city": "string",
"zip": "string",
"rawAddress": "string"
}