VatLookupRequestDTO
companyNamestringerforderlich
countryCodestringerforderlich
Zweistelliger ISO-3166-1-Alpha-2-Ländercode des Registrierungslands des Unternehmens, zum Beispiel DE, AT oder NL. Verwenden Sie den Ländercode, nicht den vollständigen Ländernamen.
rawAddressstringnullable
streetstringnullable
citystringnullable
zipstringnullable
VatLookupRequestDTO
{
"companyName": "string",
"countryCode": "string",
"rawAddress": "string",
"street": "string",
"city": "string",
"zip": "string"
}