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": "859a35da-65bf-4a20-9671-e3bab506c44f",
  "SoundBoxId": "2d9ad52f-22a2-4d69-ac7a-8e325faa3aa0",
  "UserId": "c319cabc-d971-4ac8-97d5-81620f2dac2c",
  "Name": "sample string 4",
  "TargetId": "e4d06b57-2076-4670-b756-f4cddf344bd1",
  "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"
}