POST api/Radio/add_folders

为个人电台设置栏目(5004

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RadioId": "1caefed0-a5b6-478f-b88e-d2131facd97b",
  "FolderIds": [
    "fad0de57-7a20-477d-95ac-619052c4fad5",
    "a1307df6-7250-4df5-88c5-dcc58c5a94d9",
    "b2b7c65f-bf42-4b86-b79c-7d41dc8efc87"
  ],
  "FolderId": "3b28e3a1-4974-4d23-96dc-f91c3b34e534",
  "PlaylistId": "1c022c25-59b6-425a-9d7f-d564018c25e4",
  "SoundFileId": "2905ab40-549e-4bf4-90f0-5b04ac144152"
}

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"
}