POST api/Account/Register
Request Information
URI Parameters
None.
Body Parameters
RegisterBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| Password | string |
Required Data type: Password String length: inclusive between 6 and 100 |
|
| ConfirmPassword | string |
Data type: Password |
|
| FName | string |
None. |
|
| LName | string |
None. |
|
| Trial | boolean |
None. |
|
| ExpirationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Password": "sample string 2",
"ConfirmPassword": "sample string 3",
"FName": "sample string 4",
"LName": "sample string 5",
"Trial": true,
"ExpirationDate": "2026-02-08T01:38:35.8454061-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.