POST api/content/updatemessage
Request Information
URI Parameters
None.
Body Parameters
ContentManagementDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SchemeId | integer |
None. |
|
| Value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchemeId": 1,
"Value": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.