POST api/MonitoringArticleBalticClient/Favourite
Request Information
URI Parameters
None.
Body Parameters
Collection of FavouriteArticleDto| Name | Description | Type | Additional information |
|---|---|---|---|
| MonitoringArticleId | integer |
None. |
|
| Checked | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"monitoringArticleId": 1,
"checked": true
},
{
"monitoringArticleId": 1,
"checked": true
}
]
text/plain
Sample:
[{"monitoringArticleId":1,"checked":true},{"monitoringArticleId":1,"checked":true}]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.