POST api/Account/Register
Request Information
URI Parameters
None.
Body Parameters
RegisterBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
Required Max length: 256 |
|
| string |
Required |
||
| Password | string |
Required Data type: Password String length: inclusive between 6 and 100 |
|
| ConfirmPassword | string |
Data type: Password |
|
| ProjectId | string |
Required String length: inclusive between 0 and 128 |
|
| PhoneNumber | string |
String length: inclusive between 10 and 13 |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Email": "sample string 2",
"Password": "sample string 3",
"ConfirmPassword": "sample string 4",
"ProjectId": "sample string 5",
"PhoneNumber": "sample string 6"
}
text/html
Sample:
{"UserName":"sample string 1","Email":"sample string 2","Password":"sample string 3","ConfirmPassword":"sample string 4","ProjectId":"sample string 5","PhoneNumber":"sample string 6"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.