POST api/PlayList/add_soundfile

为个人电台设置栏目(5004

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RadioId": "4192fb61-62f9-4904-b9b2-fd52ff59eebe",
  "FolderIds": [
    "3f09523e-de01-4290-948a-857c20b9fe62",
    "d2e93da6-0f50-4c5a-bc43-8496e52d9646",
    "607d0197-203b-4c40-ba8a-90c7dffa5564"
  ],
  "FolderId": "9a371bc9-f335-45a3-a7bb-a106916200e1",
  "PlaylistId": "bc9d0822-f617-4da7-9b24-338110e6edf5",
  "SoundFileId": "b34a102b-c9ae-4835-a46f-821a579d4584"
}

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