POST api/SharedCollection/ChangeCollection
Deprecated endpoint. It will be removed in the upcoming versions.
Request Information
URI Parameters
None.
Body Parameters
ChangeCollectionItem| Name | Description | Type | Additional information |
|---|---|---|---|
| CollectionId | integer |
None. |
|
| Ids | Collection of integer |
None. |
|
| Remove | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"collectionId": 1,
"ids": [
1,
2
],
"remove": true
}
Response Information
Resource Description
ObjResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | boolean |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": true,
"error": "sample string 2",
"success": true,
"errorCode": 4
}
Parameter Information
data
| Property | Description |
|---|---|
| CollectionId (Int64) | |
| Ids (Int64[]) | |
| Remove (Boolean) |