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": "68f6085f-431d-452e-8bf6-441acd4c7763",
  "FolderIds": [
    "b19a6bfd-f3c8-4425-a428-274c1028c359",
    "a27596cf-1be9-43b4-9df3-ab1001fed4fc",
    "086fa31b-238d-40fe-b5d9-e501ba612081"
  ],
  "FolderId": "35f0bf57-4b0f-4763-8f61-1c55cbb52878",
  "PlaylistId": "b0b1be13-ec6a-413f-a3f3-84d9f7a851fc",
  "SoundFileId": "d4744647-0d88-4bc6-bdbc-0f225cec55e1"
}

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