Versions Compared

Key

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

This specifies the fields associated with an Address.


Element

Data Type

Description

Required?

Default

(on insert/update)

Description

Sample Data

AddressLine1

String

 

 

Address

 Address Line 1

123 Main
85 Merrimac Street

AddressLine2

String

 

 

Address

 Address Line 2

Suite 200

Attention

String

 

 

Addressee

 Addressee Name or Department, etc...

Mr. Smith
Finance

City

String

City

 

 

 City

Boston

CompanyName

String

 

 

Company

 Company Name

Revcorp-WS
Projector PSA

Country

String

 

 

Country

 Country

USA

StateOrProvince

String

 

 

State

 State or Province

MA

ZipOrPostalCode

String

Zip

 

 

 Zip or Postal Code

Zip or Postal Code
02114

Usage Example(s)


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