Syntax
Function UpdateClientInfo(ClientID As Long, FirstName As String, SecondName As String, ThirdName As String, LastName As String, Username As String, Password As String, Phone As String, Fax As String, Mobile As String, TelPW As String, POB As String, Country As String, Email As String, Address As String, ReadOnlyLogin As Boolean, ForceChangePassword as boolean, City As String, Leverage As String) As String
Description
The UpdateClientInfo operation is used to update information for a specific given client number. Use GetClientsIDsto get a list of clients IDs under the
specific parent name.
Request Parameters
Name | Description | Required |
ClientID |
|
Yes |
FirstName |
|
Yes |
SecondName |
|
Yes |
ThirdName |
|
Yes |
LastName |
|
Yes |
Username |
|
Yes |
Password |
|
Yes |
Phone |
|
Yes |
Fax |
|
Yes |
Mobile |
|
Yes |
TelPW |
|
Yes |
POB |
|
Yes |
Country |
|
Yes |
|
Yes | |
Address |
|
Yes |
ReadOnlyLogin |
|
Yes |
ForceChangePassword |
|
Yes |
Leverage |
|
Yes |
Response Elements
Name | Description |
Result | The operation return an updated client identifier in case of success, otherwise, an explicit error code is returned |
See Also