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": "ec002b32-e988-468b-8602-40ebd219d36a",
  "FolderIds": [
    "8def7915-1cc3-41b0-a404-aba363d93171",
    "2329d0ca-1be1-4162-b0af-16ccfd1500e2",
    "0544038f-f76c-44b5-aa87-2ea590353ac1"
  ],
  "FolderId": "67f0aa13-1abd-4a21-8454-cd2a29f641bd",
  "PlaylistId": "b5deb6c5-d2b4-4169-b09f-c3b55aa42b41",
  "SoundFileId": "435a6fad-8290-4ec9-9b94-6c0583dd4258"
}

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