http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
ProjectInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : ProjectInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of Info Complex Type
Diagram
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 ProjectInfo 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
Used By
NewProjectInfoResult Element
project Element
GetSingleProjectResult Element
project Element
project Element
Source
<xs:complexType name="ProjectInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Info">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerContactId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProjectNumber" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Information" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="DateFrom" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="DateTo" type="xs:dateTime" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents