http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
ViewBarcodeInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : ViewBarcodeInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of BarcodeInfo Complex Type
Diagram
FormattedBarcodeAndPrice Element BarcodeTypeDescription Element BarcodeType Element FormattedBarcode Element 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 ViewBarcodeInfo 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
FormattedBarcode optional xs:string
BarcodeTypeDescription optional xs:string
FormattedBarcodeAndPrice optional xs:string
Used By
ViewBarcodeInfo Element
Source
<xs:complexType name="ViewBarcodeInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:BarcodeInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="FormattedBarcode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="BarcodeType" type="tns:BarcodeType" />
        <xs:element minOccurs="0" maxOccurs="1" name="BarcodeTypeDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="FormattedBarcodeAndPrice" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents