POST api/PlayList/add_soundfile
为个人电台设置栏目(5004
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RadioId": "6667013e-c051-4ee1-9e57-cdf6d4d14dba",
"FolderIds": [
"386c78f2-315d-4e09-876d-50ff3c1bb0a8",
"7a1eea84-30e5-4adf-8523-4beb44fc8219",
"298a4c8c-1314-461f-9468-3e47297f39db"
],
"FolderId": "5c8cc039-3f88-44b6-b563-9ce243172c2d",
"PlaylistId": "096dd65c-6446-48f9-a346-312234202670",
"SoundFileId": "e712044a-1c41-4f30-90c6-300618688369"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}