Previous Topic: GetDistributionContainerOrder3Next Topic: GetDistributionContainerOrders3


GetDistributionContainerOrders

This method retrieves the DistributionContainerOrders from the DistributionContainerOrders list that is opened in previous call to OpenDistributionContainerOrderList.

Parameters

xsd:string sessionId (m)

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

xsd:long openListHandle (m)

A numeric handle to a list as returned by a previous call to OpenDistributionContainerOrderList

xsd:long fromIndex (m)

A numeric index from where the noOfDistributionContainerOrders is read. If it is less than or equal to zero then noOfDistributionContainerOrders is read from previous index location (fromIndex + noOfDistributionContainerOrders supplied in previous call to OpenDistributionContainerOrderList.)

xsd:long numberOfDistributionContainerOrders (m)

The total number of DistributionContainerorders 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 OpenDistributionContainerOrderList.

Return Values

ArrayofDistributionContainerOrderProperties distributionContainerOrders

An array of DistributionContainerOrderPropertiesone for each Distribution Container Order requested from the list.

Remarks

None

More information:

DistributionContainerOrderProperties