Syntax
GetClientsInfo (ClientID As Long)
Description
The GetClientsInfo operation is used to return client information and client accounts info for the logged-in client.
Request Parameters
Name |
Description |
Required |
ClientID
|
- The intended Client identifier.
- Type: Long.
- Default: None.
- Constraints: Must be a valid client ID, and accessible by a logged-in client.
|
Yes |
Response Elements
Name |
Description |
Result |
This operation returns client info upon success as a list (of type ClientInfos). The following are the account data members:
1- Accounts As Account
- Id As Long
- MarginAccount As Boolean
- DemoAccount As Boolean
- DontLiquidate As Boolean
- LockLiquidate As Boolean
- AccountType As AccountTypeEnum
2- ClientID As Long
3- UserName As String
4- ClientType As Integer
5- Phone As String
6- Email As String
7- Address As String
8- Country As String
9- City As String
10- FirstName As String
11- SecondName As String
12- ThirdName As String
13- LastName As String
14- Mobile As String
15- TelPW As String
16- Pob As String
17- Fax As String
18- ReadOnly As Boolean
19- ForceChangePW As Boolean
20- CommCalcType As Integer
21- ParentId As Long
Otherwise, an explicit error code is returned. |
See Also
VertexFX WCF Service Index