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": "baef73cb-9a96-498d-a816-6ed4c2702b7c",
  "FolderIds": [
    "a3a42b6f-9bf7-48ac-9d0f-8d70ba8ad683",
    "8869ce6e-b92d-495e-ae5b-cac3437d6819",
    "3cbccd95-33cd-4694-a85f-50dc48ae6477"
  ],
  "FolderId": "def26c7e-0ebe-40dc-b726-94f7d3e71ffd",
  "PlaylistId": "9b570b71-a22c-4497-9edd-6fa7dd1bf8c4",
  "SoundFileId": "438f7bd7-aed3-4d8e-b046-685517616d88"
}

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