http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
AddressInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : AddressInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of InfoWithOrganizationIdAndCompanyId Complex Type
Diagram
AttentionOf Element County Element CountryId Element City Element ZipCode Element AddressDescription Element Address Element NumberPart2 Element NumberPart1 Element Street Element DefaultDeliveryAddress Element AddressType Element Cancelled Element ExternalCode Element CustomerId Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence AddressInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
CustomerId xs:int
ExternalCode optional xs:string
Cancelled xs:boolean
Street optional xs:string
NumberPart2 optional xs:string
Address optional xs:string
AddressDescription optional xs:string
ZipCode optional xs:string
City optional xs:string
CountryId xs:int
County optional xs:string
AttentionOf optional xs:string
Used By
NewAddressInfoResult Element
address Element
GetSingleAddressResult Element
address Element
info Element
address Element
address Element
Source
<xs:complexType name="AddressInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:InfoWithOrganizationIdAndCompanyId">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="ExternalCode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="Cancelled" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="AddressType" type="tns:AddressType2" />
        <xs:element minOccurs="1" maxOccurs="1" name="DefaultDeliveryAddress" type="xs:boolean" />
        <xs:element minOccurs="0" maxOccurs="1" name="Street" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="NumberPart1" nillable="true" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="NumberPart2" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Address" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="AddressDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="ZipCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="City" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CountryId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="County" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="AttentionOf" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents