POST api/User/UpdateUser
Request Information
URI Parameters
None.
Body Parameters
UpdateUserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| FullName | string |
None. |
|
| EmailID | string |
None. |
|
| Gender | string |
None. |
|
| DateOfBirth | date |
None. |
|
| Address | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"FullName": "sample string 2",
"EmailID": "sample string 3",
"Gender": "sample string 4",
"DateOfBirth": "2026-08-18T22:58:37.6039678+05:30",
"Address": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.