POST api/PersonalPlayList/Add

新增播单

Request Information

Parameters

NameDescriptionAdditional information
songList

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SongListId": "f16f65d9-35d7-4162-8123-1f515d4ce97a",
  "Title": "sample string 2",
  "CoverImagePath": "sample string 3",
  "SongCount": 4,
  "Duration": 5,
  "SizeInBytes": 6,
  "UserName": "sample string 7",
  "Intro": "sample string 8",
  "Channels": [
    {
      "ChannelId": "34e7e3aa-0bb6-4705-b14c-2a496e957b66",
      "ChannelName": "sample string 2",
      "TargetId": "50af4ed6-8a8a-487d-b5ff-cd4e2afade5e"
    },
    {
      "ChannelId": "34e7e3aa-0bb6-4705-b14c-2a496e957b66",
      "ChannelName": "sample string 2",
      "TargetId": "50af4ed6-8a8a-487d-b5ff-cd4e2afade5e"
    },
    {
      "ChannelId": "34e7e3aa-0bb6-4705-b14c-2a496e957b66",
      "ChannelName": "sample string 2",
      "TargetId": "50af4ed6-8a8a-487d-b5ff-cd4e2afade5e"
    }
  ]
}

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