Previous Topic: GetDistributionContainerOrders3Next Topic: HaltDeliveryDistributionContainers


GetDistributionContainers

The GetDistributionContainers method retrieves the distribution containers from a distribution container list.

Parameters

xsd:string sessionId (m)

Specifies the session id obtained from the login to the web service.

xsd: long listHandle (m)

A numeric handle to a list as returned by a previous call to OpenDistributionContainerList.

xsd: long fromIndex (m)

A numeric index from where the 'noOfDistributionContainers' is read. If it is less than or equal to zero (0), 'noOfDistributionContainers' is read from previous index location (fromIndex + noOfDistributionContainers supplied in previous call to same Get method).
Note: If fromIndex is supplied as less than zero (0), it is considered as zero (0).

xsd:long noOfDistributionContainers (m)

The total number of distribution containers to get from the list. This should be less than or equal to the total number in the list as returned by a previous call to OpenDistributionContainerList.

Return Values

ArrayOfDistributionContainerProperties arrayOfDistributionContainerProperties

An array of DistributionContainerProperties one for each container requested from the list.

Remarks

None

More information:

DistributionContainerProperties