Overview
This structure represents the fields associated with an address
...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
AddressLine1 | String (50) | On Insert: No On Update: No | The primary address information (i.e. Street Address) | 100 Main Street |
AddressLine2 | String (50) | On Insert: NoOn Update: No | The secondary address information (i.e. Apartment Number or Floor) | |
Attention | String (50) | On Insert: No On Update: No | Text field denoting the intended recipient within an organization | Finance |
City | String (50) | On Insert: NoOn Update: No | The city associated with the address | Boston |
CompanyName | String (50) | On Insert: No On Update: No | The company name associated with the address | Acme 1000 |
Country | String (20) | On Insert: NoOn Update: No | The country associated with the address | USA |
StateOrProvince | String (20) | On Insert: No On Update: No | The state or province associated with the address | MA |
ZipOrPostalCode | String (20) | On Insert: NoOn Update: No | The zip or postal code associated with the address | 02114 |
...