Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This specifies the fields associated with an address.


ElementData TypeDescriptionDefault (on insert/update)Sample Data
AddressLine1StringAddress Line 1
123 Main Street
AddressLine2StringAddress Line 2
Suite 200
AttentionStringAddressee Name or Department, etc..
Mr. Smith
CityStringCity
Boston
CompanyNameStringCompany Name
Revcorp-WS
CountryStringCountry
USA
StateOrProvinceStringState or Province
MA
ZipOrPostalCodeStringZip or Postal Code
Zip or Postal Code

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <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>