This section holds details of optional additional address properties potentially required by certain carriers.
Address properties in this section are required in semi structure format, if you chose to specify this object, some fields are mandatory.
Table 20. Additional Address Properties
Property Name |
Type |
Manda- tory? |
Description |
---|---|---|---|
|
|
0 = Billing Address, 4 = Requested Service point. |
|
|
|
||
|
|
||
|
|
City, if known. |
|
|
|
the countryCode defaults to the country associated with the default warehouse and must contain a valid entry. You can use an an ISO 3166 Alpha-2, Alpha-3, or Numeric code. |
|
|
|
2nd line of address. |
|
|
|
Type 1 equals business and Type 2 equals residential. |
|
|
|
State province if known. |
|
|
|
Company name. |
For example:
...
<addresses soapenc:arrayType="ns1:ArrayOf_tns1_SemiStructuredAddress[1]" xsi:type="soapenc:Array">
<addresses xsi:type="ns1:ArrayOf_tns1_SemiStructuredAddress">
<addressKeyId>0</addressKeyId>
<addressLine1>line1</addressLine1>
<postCode>Gu34 2LZ</postCode>
<city>London</city>
<countryCode>GBR</countryCode>
<addressLine2>line2</addressLine2>
<type>2</type>
<stateProvince>Greater London</stateProvince>
<companyName>Metapack</companyName>
</addresses>
</addresses>
...