POST api/SoundBox/DeleteContent
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Box2PlayListBindingId": "8666eca5-9040-4021-b663-1118ccaee50d",
"SoundBoxId": "4ac0415d-5837-49ec-93d9-68213d922c72",
"UserId": "40b88d94-f720-4651-89d1-ac02fb0b3bff",
"Name": "sample string 4",
"TargetId": "50162b1b-094e-4ae8-aac5-6d1d47d8e844",
"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"
}