http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
CustomerInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : CustomerInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of InfoWithOrganizationIdAndCompanyId Complex Type
Diagram
PriceToApply Element NewsLetterStatus Element SendSaleConfirmation Element SaleConfirmationEmailAddressId Element LanguageId Element Deceased Element Gender Element DateOfBirth Element RfidCode Element IsCancelled Element IsExportAllowed Element Url Element Remarks Element LastName Element MiddleName Element FirstName Element Initials Element SalutationId Element PreviousCompanyName Element CompanyName Element IsCompany Element SearchText Element GeneralName Element SaleOrderClassId Element PriceAgreementId Element DiscountAgreementId Element SaleTypeId Element IsDefaultDebtor Element IsDefaultSupplier Element DebtorId Element SupplierId Element EdiSendOrderResponse Element GS1EdiCustomerPartyNumber Element GS1EdiPartyNumber Element GS1EdiFormat Element ExternalCode Element CustomerNumber Element ExternalId Element LoyaltyProviderId Element CustomerTypeId Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence CustomerInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
ExternalId xs:int
ExternalCode optional xs:string
SupplierId xs:int
DebtorId xs:int
IsDefaultDebtor xs:boolean
SaleTypeId xs:int
GeneralName optional xs:string
SearchText optional xs:string
IsCompany xs:boolean
CompanyName optional xs:string
PreviousCompanyName optional xs:string
Initials optional xs:string
FirstName optional xs:string
MiddleName optional xs:string
LastName optional xs:string
Remarks optional xs:string
Url optional xs:string
IsExportAllowed xs:boolean
IsCancelled xs:boolean
RfidCode optional xs:string
DateOfBirth xs:dateTime
Deceased xs:boolean
LanguageId xs:int
Used By
customer Element
NewCustomerInfoResult Element
customer Element
GetSingleCustomerResult Element
customer Element
customer Element
customer Element
customer Element
Source
<xs:complexType name="CustomerInfo" 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="CustomerTypeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LoyaltyProviderId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ExternalId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerNumber" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="ExternalCode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="GS1EdiFormat" type="tns:GS1EdiFormat" />
        <xs:element minOccurs="1" maxOccurs="1" name="GS1EdiPartyNumber" type="xs:long" />
        <xs:element minOccurs="1" maxOccurs="1" name="GS1EdiCustomerPartyNumber" type="xs:long" />
        <xs:element minOccurs="1" maxOccurs="1" name="EdiSendOrderResponse" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="SupplierId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DebtorId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsDefaultSupplier" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsDefaultDebtor" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleTypeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DiscountAgreementId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PriceAgreementId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleOrderClassId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="GeneralName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="SearchText" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsCompany" type="xs:boolean" />
        <xs:element minOccurs="0" maxOccurs="1" name="CompanyName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="PreviousCompanyName" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="SalutationId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Initials" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="FirstName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="MiddleName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="LastName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Remarks" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Url" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsExportAllowed" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="xs:boolean" />
        <xs:element minOccurs="0" maxOccurs="1" name="RfidCode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="DateOfBirth" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="Gender" type="tns:Gender" />
        <xs:element minOccurs="1" maxOccurs="1" name="Deceased" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="LanguageId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleConfirmationEmailAddressId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="SendSaleConfirmation" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="NewsLetterStatus" type="tns:NewsLetterStatus" />
        <xs:element minOccurs="1" maxOccurs="1" name="PriceToApply" type="tns:CustomerPriceType" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents