POST api/Radio/add_folder

为个人电台设置栏目(5004

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RadioId": "ef8dbc46-3970-4824-a4a3-ae554a1d643c",
  "FolderIds": [
    "c0c5332b-f6d9-422a-85e7-ce6299026e6f",
    "ef17be17-c14a-45bf-b5ad-d801e0142ebb",
    "a91cc03c-fec1-4337-89e8-32e919bcd981"
  ],
  "FolderId": "d65b8408-8d9d-4fe4-99a0-d56a1580926e",
  "PlaylistId": "06e8126e-92d9-4b5f-b85e-869eeade43a7",
  "SoundFileId": "424124f2-06ca-4168-97af-0cd53fdd72f5"
}

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