POST api/SoundBox/DeleteContent

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Box2PlayListBindingId": "4bdaf6b2-fe92-4d06-a72d-f43af4039427",
  "SoundBoxId": "bd84eeba-4643-4712-987c-90db601bac2f",
  "UserId": "985d046b-735e-48a5-80a1-7567ff9ad20b",
  "Name": "sample string 4",
  "TargetId": "184a5135-ff6d-4ac9-840e-b3f0ca5faec9",
  "TargetName": "sample string 6",
  "TargetCoverUrl": "sample string 7",
  "TargetType": 0,
  "CoverImage": "sample string 8",
  "Index": 9
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}