POST api/balticinteraction/LinkArticlesToInteraction/{interactionId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
interactionId | integer |
Required |
Body Parameters
Collection of AggregateCrudActionDtoName | 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.