POST api/balticsubject/LinkArticlesToSubject/{subjectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subjectId | integer |
Required |
Body Parameters
Collection of AggregateCrudActionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityId | integer |
None. |
|
| Deleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"entityId": 1,
"deleted": true
},
{
"entityId": 1,
"deleted": true
}
]
text/plain
Sample:
[{"entityId":1,"deleted":true},{"entityId":1,"deleted":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.