This specifies the fields associated with an Address.
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
AddressLine1 | String |
Address Line 1 | 85 Merrimac Street | ||
AddressLine2 | String |
Address Line 2 | Suite 200 | ||
Attention | String |
Addressee Name or Department, etc... | Finance | ||
City | String |
City | Boston | ||
CompanyName | String |
Company Name | Projector PSA | ||
Country | String |
Country | USA | ||
StateOrProvince | String |
State or Province | MA | ||
ZipOrPostalCode | String |
Zip or Postal Code | 02114 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PwsAddress> <AddressLine1>100<AddressLine1>85 MainMerrimac Street</AddressLine1> <AddressLine2 i:nil="true"/> <AddressLine2>Suite 200</AddressLine2> <Attention>Jane Doe<<Attention>Finance</Attention> <City>Boston</City> <CompanyName>Acme <CompanyName>Projector 123<PSA</CompanyName> <Country>MA</Country> <StateOrProvince>MA</StateOrProvince> <ZipOrPostalCode>02114</ZipOrPostalCode> </PwsAddress> |