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": "246389a4-14d2-475e-b0b3-5f7729c44ad1",
  "Title": "sample string 2",
  "CoverImagePath": "sample string 3",
  "SongCount": 4,
  "Duration": 5,
  "SizeInBytes": 6,
  "UserName": "sample string 7",
  "Intro": "sample string 8",
  "Channels": [
    {
      "ChannelId": "4859a586-68f8-4a76-b531-0ded8c748a03",
      "ChannelName": "sample string 2",
      "TargetId": "9ac21084-fb5a-4195-a552-a383a08dcf82"
    },
    {
      "ChannelId": "4859a586-68f8-4a76-b531-0ded8c748a03",
      "ChannelName": "sample string 2",
      "TargetId": "9ac21084-fb5a-4195-a552-a383a08dcf82"
    },
    {
      "ChannelId": "4859a586-68f8-4a76-b531-0ded8c748a03",
      "ChannelName": "sample string 2",
      "TargetId": "9ac21084-fb5a-4195-a552-a383a08dcf82"
    }
  ]
}

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