POST api/Collection/ChangeCollection
Deprecated endpoint. It will be removed in the upcoming versions.
Request Information
URI Parameters
None.
Body Parameters
AssignCollectionData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ItemIds | Collection of integer |
None. |
|
| Append | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"itemIds": [
1,
2
],
"append": true
}
Response Information
Resource Description
BaseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": "sample string 1",
"success": true,
"errorCode": 3
}
Parameter Information
data
| Property | Description |
|---|---|
| Id (Int64) | |
| ItemIds (Int64[]) | |
| Append (Boolean) |