Description
This method will delete existing order for appropriate client.
Definition (VB.NET)
<WebMethod(), SoapHeader("AuthSoapHeader")> _
Public Function DeleteOrder(ByVal OrderID As String) As Result
Security
This method can be used by administrator users only.
Parameters
Name | Type | Description |
---|---|---|
OrderID | Integer | Unique order ID value |
Return values
In case of success Result.Status is set to STATUS_SUCCESS
In case of error appropriate error status code is returned.