PATCH api/resource/change-status
Request Information
URI Parameters
None.
Body Parameters
ChangeResourceStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ResourceId | integer |
Required |
|
| CurrentStatus | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ResourceId": 1,
"CurrentStatus": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.