http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
ViewProjectInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : ViewProjectInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of ProjectInfo Complex Type
Diagram
CustomerNumber Element CustomerName Element DateTo Element DateFrom Element Information Element Description Element ProjectNumber Element CustomerContactId Element CustomerId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewProjectInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
CustomerId xs:int
Description optional xs:string
Information optional xs:string
DateFrom xs:dateTime
DateTo xs:dateTime
CustomerName optional xs:string
Used By
ViewProjectInfo Element
Source
<xs:complexType name="ViewProjectInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:ProjectInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="CustomerName" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerNumber" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents