Skip to main content

VendorCompanyDto

The vendor company information.

namestringnullablerequired

Name of the party.

taxIdentificationNumberstringnullablerequired

The tax identification number of the party.

emailAddressstringnullablerequired

The email address of the party.

phoneNumberstringnullablerequired

The phone number of the party.

address objectnullablerequired

The address information of the party.

streetstringnullablerequired

The street name and number of the address.

citystringnullablerequired

The city of the address.

postalCodestringnullablerequired

The postal code of the address.

statestringnullablerequired

The state or region of the address.

countryCodestringnullablerequired

The country code of the address.

VendorCompanyDto
{
"name": "string",
"taxIdentificationNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"address": {
"street": "string",
"city": "string",
"postalCode": "string",
"state": "string",
"countryCode": "string"
}
}