POST api/user/toggle-status
Request Information
URI Parameters
None.
Body Parameters
UpdateUserStatusDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "05520e98-31bc-48db-aa9a-f9e1f75a095c",
"Status": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.