Previous Topic: GetDistributionContainerOrderNext Topic: GetDistributionContainerOrders


GetDistributionContainerOrder3

The GetDistributionContainerOrder3 gets the DistributionContainerOrder details for the given distribution container order. The method takes distributionContainerOrderId as input and returns DistributionContainerOrderProperties.

This method also includes the functionality that helps you manage the custom administrator message. The method returns the retrieved DistributionContainerOrderProperties, which has linked job container properties in the sequence SoftwareJobContainerProperties3. This 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:string distributionContainerOrderId (m)

Specifies the UUID of the DistributionContainerOrder whose properties are to be retrieved.

DistributionContainerOrderPropertiesRequired distributionContainerOrderPropertiesRequired (m)

Specifies the required properties of the DistributionContainerOrder.

Return Values

DistributionContainerOrderProperties3 distributionContainerOrderProperties3

Returns the retrieved distribution container order properties.

Remarks

None

More information:

DistributionContainerOrderPropertiesRequired