POST api/Radio/add_folder
为个人电台设置栏目(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": "5ba3cf3e-e1d1-423d-be31-af02cac784a2",
"FolderIds": [
"dbb74706-6248-40e3-be5b-0a984b6753e5",
"1c2a51b4-bd4d-43be-930f-b1e5ed1d5597",
"22d31063-69b8-4eef-b731-0f1c5c3c8473"
],
"FolderId": "b3c8c789-b9e7-4138-9789-af9e7d8898bb",
"PlaylistId": "024ae550-3d2c-46db-899e-bf748d8e4853",
"SoundFileId": "42a97195-df17-4fd3-a8c7-509b203b11dc"
}
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"
}