POST api/accounts/createsignup
Request Information
URI Parameters
None.
Body Parameters
CreateSignUpModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required String length: inclusive between 0 and 100 |
||
| UserName | string |
Required String length: inclusive between 0 and 100 |
|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| MiddleName | string |
None. |
|
| LastName | string |
Required String length: inclusive between 0 and 50 |
|
| Password | string |
Required Data type: Password String length: inclusive between 6 and 100 |
|
| ConfirmPassword | string |
Required Data type: Password |
|
| Id | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| DOB | date |
None. |
|
| Gender | string |
None. |
|
| Prefix | string |
None. |
|
| Suffix | string |
None. |
|
| OTP | string |
None. |
|
| Checkuser | boolean |
None. |
|
| Code | string |
None. |
|
| InvitiationCode | string |
None. |
|
| ClientId | string |
None. |
|
| HostName | string |
None. |
|
| FacilityId | globally unique identifier |
None. |
|
| PaitentId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| ContactNumber | string |
None. |
|
| PatientNo | string |
None. |
|
| Address | string |
String length: inclusive between 0 and 50 |
|
| Zipcode | string |
String length: inclusive between 0 and 9 |
|
| LocationId | globally unique identifier |
None. |
|
| source | string |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.