POST api/auth/signup
Request Information
URI Parameters
None.
Body Parameters
SignUpRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required String length: inclusive between 2 and 100 |
|
| EmailId | string |
Required String length: inclusive between 0 and 100 |
|
| HContact | string |
Required Matching regular expression pattern: ^[0-9]+$ String length: inclusive between 10 and 15 |
|
| Password | string |
Required String length: inclusive between 6 and 100 |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"EmailId": "sample string 2",
"HContact": "sample string 3",
"Password": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.