Previous Topic: GetDistributionContainerOrdersNext Topic: GetDistributionContainers


GetDistributionContainerOrders3

The GetDistributionContainerOrders3 method retrieves the DistributionContainerOrders properties from the DistributionContainerOrders list that is opened as a result of a previous call to OpenDistributionContainerOrderList.

This method also includes the functionality that helps you manage the custom administrator message. The method returns the retrieved array of DistributionContainerOrderProperties in which each distribution container has one linked job container properties in the sequence SoftwareJobContainerProperties3. The sequence includes the userMessage parameter that specifies the custom administrator message information linked with the job container, that is associated with the distribution container in SD.

Parameters

xsd:string sessionId (m)

Specifies the session identifier obtained from the login method of the web service.

xsd:long openListHandle (m)

Specifies a numeric handle to a list as returned by a previous call to OpenDistributionContainerOrderList.

xsd:long fromIndex (m)

Specifies 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 a previous call to OpenDistributionContainerOrderList.)

xsd:long numberOfDistributionContainerOrders (m)

Specifies the total number of DistributionContainerorders to get from the list. This number must be less than or equal to the total number in the list as returned by a previous call to OpenDistributionContainerOrderList.

Return Values

ArrayofDistributionContainerOrderProperties3 distributionContainerOrders3

Specifies an array of DistributionContainerOrderProperties3—one for each distribution container order requested from the list.

Remarks

None

More information:

DistributionContainerOrderProperties3