Overview
This structure represents the fields associated with an address
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
AddressLine1 | String (50) | On Insert: No On Update: No | The primary address information (i.e. Street Address) 85 Merrimac | 100 Main Street | |
AddressLine2 | String (50) | On Insert: No On Update: No | The secondary address information (i.e. Apartment Number or Floor) | Suite 200 | |
Attention | String (50) | On Insert: No On Update: No | Text field denoting the intended recipient within an organizationFinance | Finance | |
City | String (50) | On Insert: No On Update: No | The city associated with the address Boston | Boston
| |
CompanyName | String (50) | On Insert: No On Update: No | The company name associated with the address Projector PSA | Acme 1000 | |
Country | String (20) | On Insert: No On Update: No | The country associated with the address USA | USA | |
StateOrProvince | String (20) | On Insert: No On Update: No | The state or province associated with the address MA | MA | |
ZipOrPostalCode | String (20) | On Insert: No On Update: No | The zip or postal code associated with the address 02114 | 02114
|
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:Address> <PwsAddress> <AddressLine1>85 Merrimac<b:AddressLine1>100 Main Street</b:AddressLine1> <AddressLine2>Suite 200</AddressLine2><b:AddressLine2 i:nil="true"/> <Attention>Finance</<b:Attention>Finance</b:Attention> <City>Boston</<b:City>Boston</b:City> <CompanyName>Projector PSA</<b:CompanyName>Acme 1000</b:CompanyName> <Country>MA</<b:Country>USA</b:Country> <StateOrProvince>MA</<b:StateOrProvince>MA</b:StateOrProvince> <ZipOrPostalCode>02114</<b:ZipOrPostalCode>02114</b:ZipOrPostalCode> </PwsAddress>b:Address> |