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": "9522329c-6d04-4ced-a8f4-25a38e389f10",
  "SoundBoxId": "640e718c-370f-4a99-91e6-0da841e846d6",
  "UserId": "31a3baa3-d7fc-4f27-af84-d46d8d65415d",
  "Name": "sample string 4",
  "TargetId": "323b845b-9300-4e48-ad04-f7203c337d36",
  "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"
}