POST api/SoundBox/AddBoxContent
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": "cbd0a4a9-3aa7-4f68-a37e-ff15fe0b1000",
"SoundBoxId": "9cff8b57-cfc3-4249-918b-8cfdf1047ba7",
"UserId": "16d9fdd7-61d1-4dc9-9f45-8024dbde9575",
"Name": "sample string 4",
"TargetId": "a4d63c6f-ac6c-485b-9b55-5df268c58bd6",
"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"
}