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": "dfaf18bf-71e6-43c6-be71-cfc36fc4ec2d",
"SoundBoxId": "07567538-29e5-42fd-8a60-3e17159c4809",
"UserId": "3752a675-bc33-48ea-a6e5-f4dd052f0886",
"Name": "sample string 4",
"TargetId": "4b3c1c18-aa56-4d37-8420-6e8cc717f277",
"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"
}