http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
BarcodesFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : BarcodesFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Diagram
BarcodeText Element Barcode Element ProductState Element BarcodeTypeId Element SupplierId Element ProductId Element Sequence BarcodesFilter Complex Type
Overview
Sequence
Used By
NewBarcodesFilterResult Element
filter Element
Source
<xs:complexType name="BarcodesFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="SupplierId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="BarcodeTypeId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ProductState" type="tns:SearchProductState" />
    <xs:element minOccurs="1" maxOccurs="1" name="Barcode" type="xs:long" />
    <xs:element minOccurs="0" maxOccurs="1" name="BarcodeText" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents