PUT api/Member/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
CreateUserBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| UserName | string |
Required |
|
| FirstName | string |
Required |
|
| MiddleName | string |
None. |
|
| LastName | string |
Required |
|
| AccountId | globally unique identifier |
None. |
|
| Password | string |
Required Data type: Password String length: inclusive between 6 and 100 |
|
| ConfirmPassword | string |
Required Data type: Password |
|
| Id | globally unique identifier |
None. |
|
| DOB | date |
None. |
|
| Gender | string |
None. |
|
| Prefix | string |
None. |
|
| Suffix | string |
None. |
|
| Photo | string |
None. |
|
| CareProvider | boolean |
None. |
|
| MemberModel | MemberModel |
None. |
|
| Roles | Collection of AspNetRoles |
None. |
|
| OTP | string |
None. |
|
| Checkuser | boolean |
None. |
|
| AlertSettings | Collection of AlertSetting |
None. |
|
| Patient | Patient |
None. |
|
| ClientId | string |
None. |
|
| HostName | string |
None. |
|
| FacilityId | globally unique identifier |
None. |
|
| Code | string |
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.