Versions Compared

Key

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

Overview


This specifies structure represents the fields associated with an address.

...

Panel
titlePwsAddress
  • PwsAddress
    • AddressLine1: String
    • AddressLine2: String
    • Attention: String
    • City: String
    • CompanyName: String
    • Country: String
    • StateOrProvince: String
    • ZipOrPostalCode: String

Elements


Element

Data Type

Required?

Default

Description

Sample Data

AddressLine1

String

 Address Line 1

85

On Insert: No

On Update: No

 

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

 85 Merrimac Street

AddressLine2

String

 Address Line 2

Suite 200

On Insert: No

On Update: No 

 

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

Suite 200 

Attention

String

 Addressee Name or Department, etc...

Finance

On Insert: No

On Update: No 

 

Text field denoting the intended recipient within an organization

Finance 

City

String

 City

Boston

On Insert: No

On Update: No 

 

The city associated with the address 

Boston 

CompanyName

String

 Company Name

Projector PSA

On Insert: No

On Update: No 

 

The company name associated with the address 

Projector PSA 

Country

String

 Country

USA

On Insert: No

On Update: No 

 

The country associated with the address 

USA 

StateOrProvince

String

 State or Province

MA

On Insert: No

On Update: No 

 

The state or province associated with the address 

MA 

ZipOrPostalCode

String

 Zip or Postal Code

02114

On Insert: No

On Update: No 

 

The zip or postal code associated with the address 

02114 

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                       <PwsAddress> 
                          <AddressLine1>85 Merrimac Street</AddressLine1>
                          <AddressLine2>Suite 200</AddressLine2>
                          <Attention>Finance</Attention>
                          <City>Boston</City>
                          <CompanyName>Projector PSA</CompanyName>
                          <Country>MA</Country>
                          <StateOrProvince>MA</StateOrProvince>
                          <ZipOrPostalCode>02114</ZipOrPostalCode>
                       </PwsAddress>