Versions Compared

Key

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

Overview


This structure represents the fields associated with a physical address.

Format


Panel
titlePwsAddress
  • PwsAddress
    • AddressLine1: String (50)
    • AddressLine2: String (50)
    • Attention: String (50)
    • City: String (50)
    • CompanyName: String (50)
    • Country: String (20)
    • StateOrProvince: String (20)
    • ZipOrPostalCode: String (20)

Elements


123 Main

Element

Data Type

Required?

Description

Sample Data

AddressLine1

String (50)

stringAddress Line 1AttentionstringAddressee Name or Department, etc..Mr. SmithCitystringCity

No

The primary address information (i.e. Street Address).

100 Main Street

AddressLine2

stringAddress Line 2Suite 200CountrystringCountry

String (50)

No


The secondary address information (i.e. Apartment Number or Floor).


Attention

String (50)

No


Text field denoting the intended recipient within an organization.

Finance

City

String (50)

No


The city name.

Boston

CompanyName

stringCompany NameProjector PSA

String (50)

No


The company name. 

Acme 1000

Country

String (20)

No


The country name. 

USA

StateOrProvince

String (20)

string

No

State or Province


The state or province name. 

MA

ZipOrPostalCode

String (20)

string

No

Zip or Postal CodeZip or Postal Code


The zip or postal code. 

02114


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                      <b:Address>
                        <b:AddressLine1>100 Main Street</b:AddressLine1>
                        <b:AddressLine2 i:nil="true"/>
                        <b:Attention>Finance</b:Attention>
                        <b:City>Boston</b:City>
                        <b:CompanyName>Acme 1000</b:CompanyName>
                        <b:Country>USA</b:Country>
                        <b:StateOrProvince>MA</b:StateOrProvince>
                        <b:ZipOrPostalCode>02114</b:ZipOrPostalCode>
                     </b:Address>