GetOrder
Description
Gets the details of an order.
Parameters
Parameter | Type | Description |
---|---|---|
webServiceUrl | string | URL to the QLM License Server |
orderID | string | ID of the order |
response | string | XML fragment containing the result of the call. |
Response XML format
Error Response example
Return
Type | Description |
---|---|
DataRowCollection | DataRowCollection containing all the data associated with this order. |
Example
Last updated