http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ClassificationLevel1Info Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ClassificationLevel1Info Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of BaseClassificationLevelInfo Complex Type
Diagram
IsDerived Element ClassificationGroupId Element FollowupNumber Element IsPosPromotion Element LoyaltyCardPercentage Element IsCancelled Element ProductCategoryId Element Description Element ExternalCode Element Code Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ClassificationLevel1Info Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
Code optional xs:string
ExternalCode optional xs:string
Description optional xs:string
IsCancelled xs:boolean
IsPosPromotion xs:boolean
IsDerived xs:boolean
Used By
NewClassificationLevel1InfoResult Element
classificationLevel1 Element
GetSingleClassificationLevel1Result Element
classificationLevel1 Element
classificationLevel1 Element
classificationLevel1 Element
classificationLevel1 Element
Source
<xs:complexType name="ClassificationLevel1Info" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:BaseClassificationLevelInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="LoyaltyCardPercentage" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsPosPromotion" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="FollowupNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ClassificationGroupId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsDerived" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents