POST api/EAppUser/EAppCreateUser
Request Information
URI Parameters
None.
Body Parameters
EAppApplicationUserDTOName | Description | Type | Additional information |
---|---|---|---|
AgentNumber | string |
Required |
|
SSN | string |
Required Max length: 4 |
|
UserName | string |
Required Matching regular expression pattern: ^[a-zA-Z0-9]+$ String length: inclusive between 5 and 20 |
|
Password | string |
Required String length: inclusive between 8 and 50 |
|
ConfirmPassword | string |
Required String length: inclusive between 8 and 50 |
|
FirstName | string |
Required Max length: 25 |
|
LastName | string |
Required Max length: 25 |
|
FullName | string |
None. |
|
string |
Required Max length: 50 |
||
SecretQuestion | string |
Required |
|
SecretAnswer | string |
Required Max length: 50 |
Request Formats
application/json, text/json
Sample:
{ "AgentNumber": "sample string 1", "SSN": "sample string 2", "UserName": "sample string 3", "Password": "sample string 4", "ConfirmPassword": "sample string 5", "FirstName": "sample string 6", "LastName": "sample string 7", "FullName": "sample string 7, sample string 6", "Email": "sample string 8", "SecretQuestion": "sample string 9", "SecretAnswer": "sample string 10" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"