http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ViewSupplierTranslationInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ViewSupplierTranslationInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of SupplierTranslationInfo Complex Type
Diagram
SupplierNumber Element SupplierGeneralName Element SupplierId Element Code Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewSupplierTranslationInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
Code optional xs:string
SupplierId xs:int
SupplierGeneralName optional xs:string
Used By
ViewSupplierTranslationInfo Element
Source
<xs:complexType name="ViewSupplierTranslationInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:SupplierTranslationInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="SupplierGeneralName" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="SupplierNumber" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents