POST api/User/MarkInactive
Request Information
URI Parameters
None.
Body Parameters
ListItemDtoName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "name": "sample string 1", "id": 2 }
text/plain
Sample:
{"name":"sample string 1","id":2}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.