Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 45 Next »

Overview


This structure represents the fields associated with an address

Format


PwsAddress
  • 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


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 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 organization

Finance 

City

String (50)

On Insert: No

On Update: No 


The city associated with the address 

Boston 

CompanyName

String (50)

On Insert: No

On Update: No 


The company name associated with the address 

Projector PSA 

Country

String (20)

On Insert: No

On Update: No 


The country associated with the address 

USA 

StateOrProvince

String (20)

On Insert: No

On Update: No 


The state or province associated with the address 

MA 

ZipOrPostalCode

String (20)

On Insert: No

On Update: No 


The zip or postal code associated with the address 

02114 

Usage Example(s)


Example 01
                       <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>
  • No labels