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": "1dd434c2-1338-49b8-8b74-669d14a1e62a",
  "FolderIds": [
    "9e7e9593-57a1-4449-9b08-ae8efe753b57",
    "3ed8e11e-0beb-4d28-88b8-d643886e6c7b",
    "934d13c6-49ed-40fb-a326-6397f61904fd"
  ],
  "FolderId": "093d30b7-65b9-4d3e-8175-19ef346b5b79",
  "PlaylistId": "f6bfbdf3-0e55-4092-b90e-ee50e907642c",
  "SoundFileId": "10003352-c9e1-4d8d-b69b-5a82dfc884e3"
}

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