Syntax
CreateDemoAccount ( fname As String, tel As String , email As String , address As String , deposit As Decimal, 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’s First name.
- Type: String.
- Default: None.
- Constraints: No constraints.
|
Yes |
tel |
- The user’s phone number.
- Type: String.
- Default: None.
- Constraints: Must be a valid phone number with an area code.
|
Yes |
email |
- The user’s 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: Decimal.
- 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 an object of type Client otherwise an explicit error code is returned if the Username is less than 0.
The Following are the Client data member
- Password
- ClientID
- UserName
- ClientType
- Phone.
- Email
- Address
- Country
- FirstName
- SecondName
- ThirdName
- LastName
- CommCalcType
|
See Also
VertexFX WCF Service Index