UpdateOrderStatus
Description
bool UpdateOrderStatus (string webServiceUrl, string orderID,
int orderStatus, out string response)Parameters
Parameter
Type
Description
Return
Type
Description
Response XML format
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>Order status updated successfully.</result>
</QuickLicenseManager>Example error response
Remarks
Example
Last updated