POST api/user/toggle-status

Request Information

URI Parameters

None.

Body Parameters

UpdateUserStatusDto
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateUserStatusDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.