3.1.4.49.3.1 ExecuteSPGetInventorySummaryRequestBody
Contains the criteria for obtaining the list of inventory items for a target group.
-
<xsd:complexType name="ExecuteSPGetInventorySummary"> <xsd:sequence> <xsd:element minOccurs="1" maxOccurs="1" name="targetGroupId" nillable="true" type="xsd:string"/> <xsd:element minOccurs="1" maxOccurs="1" name="includeSubgroups" type="xsd:boolean"/> <xsd:element minOccurs="0" maxOccurs="1" name="className" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" maxOccurs="1" name="propertyName" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType>
targetGroupId: This field MUST be present. It contains the ID of the target group.
If the targetGroupID field is not found in the database, the server MUST send a SOAP fault message as specified in section 3.1.4.1.
includeSubgroups: This field MUST be present. A Boolean that specifies whether to include members of the group and any descendant target groups, or only direct members of the group.
className: This field MUST be present. It contains the name of the class for which to return summaries.
propertyName: This field MUST be present. It contains the class property name to summarize.