Description

This method will delete existing client.

Definition (VB.NET)

<WebMethod(), SoapHeader("AuthSoapHeader")> _
Public Function DeleteClient(ByVal ClientID As String) As Result

Security

This method can be used by administrator users only.

Parameters

Name Type Description
ClientID String Unique client 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.

Notes

- Client can not be deleted if there are existing orders in ACEN database for that client.