http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
StoreDepartmentsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : StoreDepartmentsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Diagram
IsCancelled Element EmailAddressId Element CustomerContactId Element DepartmentId Element StoreId Element OrganizationId Element Sequence StoreDepartmentsFilter Complex Type
Overview
Sequence
StoreId xs:int
IsCancelled xs:boolean
Used By
NewStoreDepartmentsFilterResult Element
filter Element
Source
<xs:complexType name="StoreDepartmentsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="OrganizationId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="DepartmentId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="CustomerContactId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="EmailAddressId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents