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": "75c6bcc1-d21d-4d7b-82b7-975c8613ec6e",
  "FolderIds": [
    "c9170009-cbb6-46c3-ba93-111fa249381c",
    "effa4340-cd45-4c5e-92d9-6a609334f606",
    "bdbd6bab-f91c-4132-bac9-5e32edf760a7"
  ],
  "FolderId": "ea8942c9-8c7e-413e-8c88-d5fc66963c8c",
  "PlaylistId": "364ead35-88ab-4193-8ad8-0924cba6ca7d",
  "SoundFileId": "f7c62cc1-15c8-4e78-9f61-18afed4f8e0e"
}

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