Syntax
CreateDemoAccount ( fname As String, tel As String , email As String , address As String , deposit As Double , country As String , IPAddress As String )
Description
The CreateDemoAccount operation is used to generate a new account for demonstration.
Request Parameters
Name |
Description |
Required |
fname
|
- The user First name.
- Type: String.
- Default: None.
- Constraints: No constraints.
|
Yes |
tel
|
- The user phone number.
- Type: String.
- Default: None.
- Constraints: Must be a valid phone number with area code.
|
Yes |
email
|
- The user email address.
- Type: string.
- Default: None.
- Constraints: Must be a valid Mail address to receive the password.
|
No |
address
|
- The user address.
- Type: String.
- Default: None.
- Constraints: No constraints.
|
No |
deposit
|
- The begin Balance.
- Type: Double.
- Default: None.
- Constraints: Must be Numeric.
|
Yes |
country
|
- The user country.
- Type: Sring.
- Default: None.
- Constraints: No constraints.
|
No |
IPAddress
|
- Client IP Address.
- Type: String.
- Default: None.
- Constraints: No constraints.
|
No |
Response Elements
Name |
Description |
Result |
The operation returns objectof typeClientInformation, otherwisean expliciterror codeis returned if Username is less than 0.
The Following are theClientInformationdata member
- ClientID: Client number
- ParentID: parent number which the client belongs to
- Username: client username
- FirstName: client first name
- SecondName: client second name.
- ThirdName: client third name
- LastName: client last
- Phone: client phone number
- Email: client Email
- Address: client
- Country: client Country
- Mobile: client Mobile
- TelFax: client TelFax
- Pop: Client pop
- Fax: client Fax
- Demo: Boolean value that detectsif client is demo or not
- Read_Only: Boolean value that detectsif client is read-onlyor not
- ClientType(1 = client type , 2 = Office Type, 3 Group Type)
|
Sample
CreateDemoAccount
Loading ...
See Also
VertexFX WCF Service Index