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": "48117575-cb98-4c6b-be38-9e29fe55a001",
  "FolderIds": [
    "1350cfb9-067d-4b95-8bfa-9dbedc843392",
    "323b9d02-9909-4354-92b0-058838960839",
    "631e0867-9720-4a02-a3fe-2b1d5b5eb1ae"
  ],
  "FolderId": "9d5bfbe5-cd10-4973-81b9-5b62988cde23",
  "PlaylistId": "beb19b38-596a-4d32-be24-cbec7b8bf797",
  "SoundFileId": "e0540806-8c7b-4129-9ec2-ed259377a40b"
}

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