PATCH api/Users/post/PatchUser?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PatchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Property | string |
None. |
|
| Value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"property": "sample string 1",
"value": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}