POST api/PersonalPlayList/AddChannel

将播单插入频道

Request Information

Parameters

NameDescriptionAdditional information
songList

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SongListId": "06174a8d-a047-4494-a561-ec1252aed234",
  "Title": "sample string 2",
  "CoverImagePath": "sample string 3",
  "SongCount": 4,
  "Duration": 5,
  "SizeInBytes": 6,
  "UserName": "sample string 7",
  "Intro": "sample string 8",
  "Channels": [
    {
      "ChannelId": "3facd1a1-096e-4873-890b-a4c74bdd0ec3",
      "ChannelName": "sample string 2",
      "TargetId": "a4ae875a-e93c-44af-9ba9-679d2d3ad1a2"
    },
    {
      "ChannelId": "3facd1a1-096e-4873-890b-a4c74bdd0ec3",
      "ChannelName": "sample string 2",
      "TargetId": "a4ae875a-e93c-44af-9ba9-679d2d3ad1a2"
    },
    {
      "ChannelId": "3facd1a1-096e-4873-890b-a4c74bdd0ec3",
      "ChannelName": "sample string 2",
      "TargetId": "a4ae875a-e93c-44af-9ba9-679d2d3ad1a2"
    }
  ]
}

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