Previous Topic: GetUnitInventoryComponentsNext Topic: GetUnitInventoryItems


GetUnitInventoryGroups

The GetUnitInventoryGroups method retrieves the inventory groups from a unit's list.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to a list returned by a previous call to OpenUnitInventoryGroupList.

xsd:long noOfUnitInventoryGroups (m)

The total number of groups to get from the list. This is less than or equal to the total number in the list returned by a previous call to OpenUnitInventoryGroupList.

Return Values

ArrayOfUnitInventoryGroupProperties GetUnitInventoryGroupsReturn

An array of UnitInventoryGroupProperties - one for each group requested from the list.

Remarks

Make multiple calls to GetUnitInventoryGroups to iterate down the list.