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": "ea136b28-8312-40b3-aa6d-69d02e70602b",
  "Title": "sample string 2",
  "CoverImagePath": "sample string 3",
  "SongCount": 4,
  "Duration": 5,
  "SizeInBytes": 6,
  "UserName": "sample string 7",
  "Intro": "sample string 8",
  "Channels": [
    {
      "ChannelId": "1ff9bfd2-d229-461b-891d-549fbf4ab260",
      "ChannelName": "sample string 2",
      "TargetId": "5d401e6f-96cb-4529-920d-652d2915ed04"
    },
    {
      "ChannelId": "1ff9bfd2-d229-461b-891d-549fbf4ab260",
      "ChannelName": "sample string 2",
      "TargetId": "5d401e6f-96cb-4529-920d-652d2915ed04"
    },
    {
      "ChannelId": "1ff9bfd2-d229-461b-891d-549fbf4ab260",
      "ChannelName": "sample string 2",
      "TargetId": "5d401e6f-96cb-4529-920d-652d2915ed04"
    }
  ]
}

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