This specifies the fields associated with an address.
Element | Data Type | Description | Default (on insert/update) | Sample Data |
---|---|---|---|---|
AddressLine1 | String | Address Line 1 | 123 Main Street | |
AddressLine2 | String | Address Line 2 | Suite 200 | |
Attention | String | Addressee Name or Department, etc.. | Mr. Smith | |
City | String | City | Boston | |
CompanyName | String | Company Name | Revcorp-WS | |
Country | String | Country | USA | |
StateOrProvince | String | State or Province | MA | |
ZipOrPostalCode | String | Zip or Postal Code | Zip or Postal Code |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<Address> <AddressLine1>100 Main Street</AddressLine1> <AddressLine2 i:nil="true"/> <Attention>Jane Doe</Attention> <City>Boston</City> <CompanyName>Acme 123</CompanyName> <Country>MA</Country> <StateOrProvince>MA</StateOrProvince> <ZipOrPostalCode>02114</ZipOrPostalCode> </Address> |