POST api/MonitoringArticleBalticClient/Batch
Request Information
URI Parameters
None.
Body Parameters
MonitoringArticleBatlicClientBatchUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| MonitoringArticleIds | Collection of integer |
None. |
|
| UpdateTags | boolean |
None. |
|
| Tags | Collection of MonitoringArticleBalticClientTagDto |
None. |
|
| TagsToDelete | Collection of MonitoringArticleBalticClientTagDto |
None. |
|
| RemoveExistingTags | boolean |
None. |
|
| UpdateReleases | boolean |
None. |
|
| Releases | Collection of MonitoringArticleBalticClientReleaseDto |
None. |
|
| RemoveExistingReleases | boolean |
None. |
|
| UpdateGlobalCategory | boolean |
None. |
|
| GlobalCategory | ListItemDto |
None. |
|
| UpdateSentiment | boolean |
None. |
|
| Sentiment | Sentiment |
None. |
Request Formats
application/json, text/json
Sample:
{
"monitoringArticleIds": [
1,
2
],
"updateTags": true,
"tags": [
{
"id": 1,
"deleted": true,
"tag": {
"id": 1,
"name": "sample string 2",
"tagGroup": {
"id": 1,
"name": "sample string 2"
}
}
},
{
"id": 1,
"deleted": true,
"tag": {
"id": 1,
"name": "sample string 2",
"tagGroup": {
"id": 1,
"name": "sample string 2"
}
}
}
],
"tagsToDelete": [
{
"id": 1,
"deleted": true,
"tag": {
"id": 1,
"name": "sample string 2",
"tagGroup": {
"id": 1,
"name": "sample string 2"
}
}
},
{
"id": 1,
"deleted": true,
"tag": {
"id": 1,
"name": "sample string 2",
"tagGroup": {
"id": 1,
"name": "sample string 2"
}
}
}
],
"removeExistingTags": true,
"updateReleases": true,
"releases": [
{
"id": 1,
"deleted": true,
"release": {
"id": 1,
"name": "sample string 2"
}
},
{
"id": 1,
"deleted": true,
"release": {
"id": 1,
"name": "sample string 2"
}
}
],
"removeExistingReleases": true,
"updateGlobalCategory": true,
"globalCategory": {
"id": 1,
"name": "sample string 2"
},
"updateSentiment": true,
"sentiment": 0
}
text/plain
Sample:
{"monitoringArticleIds":[1,2],"updateTags":true,"tags":[{"id":1,"deleted":true,"tag":{"id":1,"name":"sample string 2","tagGroup":{"id":1,"name":"sample string 2"}}},{"id":1,"deleted":true,"tag":{"id":1,"name":"sample string 2","tagGroup":{"id":1,"name":"sample string 2"}}}],"tagsToDelete":[{"id":1,"deleted":true,"tag":{"id":1,"name":"sample string 2","tagGroup":{"id":1,"name":"sample string 2"}}},{"id":1,"deleted":true,"tag":{"id":1,"name":"sample string 2","tagGroup":{"id":1,"name":"sample string 2"}}}],"removeExistingTags":true,"updateReleases":true,"releases":[{"id":1,"deleted":true,"release":{"id":1,"name":"sample string 2"}},{"id":1,"deleted":true,"release":{"id":1,"name":"sample string 2"}}],"removeExistingReleases":true,"updateGlobalCategory":true,"globalCategory":{"id":1,"name":"sample string 2"},"updateSentiment":true,"sentiment":0}
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.