Description
This method will remove license for specific order.
Definition (VB.NET)
<WebMethod(), SoapHeader("AuthSoapHeader")> _
Public Function RemoveLicense(ByVal OrderID As Integer, ByVal RemovalCode As String) As Result
Security
This method can be used by both administrator users and clients.
Parameters
| Name | Type | Description |
|---|---|---|
| OrderID | Integer | Order ID value |
| RemovalCode | String | Removal code |
Return values
In case of success Result.Status is set to STATUS_SUCCESS
In case of error appropriate error status code is returned.