http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
BarcodeInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : BarcodeInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of DerivableInfo Complex Type
Diagram
LastExchangeDateTime Element Price Element BarcodeTypeId Element BarcodeText Element Barcode Element ProductId Element IsDerived Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence BarcodeInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
IsDerived xs:boolean
ProductId xs:int
Barcode xs:long
BarcodeText optional xs:string
Price xs:decimal
Used By
BarcodeInfo Element
NewBarcodeInfoResult Element
barcode Element
GetSingleBarcodeResult Element
barcode Element
barcode Element
barcode Element
barcode Element
SmartGetBarcodeResult Element
barcode Element
barcode Element
Source
<xs:complexType name="BarcodeInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:DerivableInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
        <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="BarcodeTypeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="Price" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastExchangeDateTime" type="xs:dateTime" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents