http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ProductListRowInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ProductListRowInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of Info Complex Type
Diagram
ConversionId Element BarcodeText Element Barcode Element WeightedTotalNetPrice Element PriceType Element DiscountPercentage Element DiscountPrice Element Description Element TotalNetPrice Element TotalGrossPrice Element PceGrossPrice Element ReferenceNumber Element SupplierId Element BrandId Element StoreProductLocationId Element ProductId Element Amount Element ParentProductListRowId Element ProductListId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ProductListRowInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
Amount xs:decimal
ProductId xs:int
BrandId xs:int
SupplierId xs:int
PceGrossPrice xs:decimal
TotalGrossPrice xs:decimal
TotalNetPrice xs:decimal
Description optional xs:string
DiscountPrice xs:decimal
Barcode xs:long
BarcodeText optional xs:string
ConversionId xs:long
Used By
NewProductListRowInfoResult Element
productListRow Element
GetSingleProductListRowResult Element
productListRow Element
productListRow Element
productListRow Element
Source
<xs:complexType name="ProductListRowInfo" 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="ProductListId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ParentProductListRowId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="Amount" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StoreProductLocationId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="BrandId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="SupplierId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ReferenceNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PceGrossPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="TotalGrossPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="TotalNetPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="DiscountPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="DiscountPercentage" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="PriceType" type="tns:SalePriceType" />
        <xs:element minOccurs="1" maxOccurs="1" name="WeightedTotalNetPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="Barcode" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="BarcodeText" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="ConversionId" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents