POST api/MediaItems/RemoveLinks
TODO
Request Information
URI Parameters
None.
Body Parameters
TODO
LinkList| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterId | integer |
None. |
|
| Ids |
List of IDs |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"masterId": 1,
"ids": [
1,
2
]
}
Response Information
Resource Description
TODO
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 |
|---|---|
| MasterId (Int64) | |
| Ids (Int64[]) |
List of IDs |