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": "1a87c4c8-3c72-46a8-9974-dbd3df6c4e03",
"Status": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.