| Name | Description | Type | Additional information |
|---|---|---|---|
| AddressType |
The type of address (general or invoice) |
CompanyAddressTypes
Enumeration type Possible values : office, invoice |
Must be unique Required |
| AddressLineOne |
The first addressline. |
string |
Max length: 100 Required |
| AddressLineTwo |
An optional second line for the address |
string |
Max length: 100 |
| PostalCode |
The postal code |
string |
Max length: 50 Required |
| City |
The city. |
string |
Max length: 100 Required |
| CountryCode |
The country code |
string |
Must be in 2-digit ISO 3166-1 format. (https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) Required |
| State |
The name or code for state or province. |
string |
Max length: 50 |