http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
SupplierStockInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : SupplierStockInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of InfoWithCompanyId Complex Type
Diagram
ExpectedStockDate Element Stock Element ProductId Element SupplierId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence SupplierStockInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
SupplierId xs:int
ProductId xs:int
Stock xs:decimal
ExpectedStockDate xs:dateTime
Used By
supplierStock Element
supplierStock Element
NewSupplierStockInfoResult Element
supplierStock Element
GetSingleSupplierStockResult Element
Source
<xs:complexType name="SupplierStockInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:InfoWithCompanyId">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="SupplierId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="Stock" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="ExpectedStockDate" type="xs:dateTime" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents