http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ViewStoreDepartmentInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ViewStoreDepartmentInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of StoreDepartmentInfo Complex Type
Diagram
DepartmentEmail Element CustomerContactFullName Element DepartmentDescription Element StoreDescription Element IsCancelled Element PurchaseOrdersNote Element EmailAddressId Element CustomerContactId Element DepartmentId Element StoreId Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewStoreDepartmentInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
PurchaseOrdersNote optional xs:string
IsCancelled xs:boolean
StoreDescription optional xs:string
DepartmentDescription optional xs:string
CustomerContactFullName optional xs:string
DepartmentEmail optional xs:string
Used By
ViewStoreDepartmentInfo Element
Source
<xs:complexType name="ViewStoreDepartmentInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:StoreDepartmentInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="StoreDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="DepartmentDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CustomerContactFullName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="DepartmentEmail" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents