Syntax
Public Function AccountInfoReport (ClientID As Long) As String
Description
The theAccountInfoReport operation is used to get the account information report that shows the information for all accounts under the given client number.
Request Parameters
Name |
Description |
Required |
ClientID |
- Client identifier to get account info report for
- Type: Long
- Default: None
- Constraints: Must be valid client Id and accessible by logged in dealer
|
Yes |
|
|
|
Response Elements
Name |
Description |
Result |
The operation returns a list of types AccountsInfoReport, otherwise, an explicit error code is returned if ClientID is less than 0.
The Following are the AccountsInfoReportdata member
- ClientID :Client Identifier
- AccountID :Account Identifier
- Name: Client Name
- Tel: Client Telephone
- Mobile: Client Mobile Number
- ClientType:1 : means client
2: means office
3: means group
- IsDemo: To indicate if an account is demo or not
True: is a demo account
False: real account
- Username: Client Username
- OpenDate :Client initialize date
- Email: Client Email
- Country: Client Country
- DontLiquidate :to indicate if client is liquidate or not
True : Dont liquidate
False : liquidate
- Locked :to indicate if client locked or not
True : Locked
False : not locked
- LiqPoint : liquidation point value
- LiqType: Liquidation Type
- Parent: The parent Full name
|
See Also
VertexFX BackOffice WCF Service Index