POST api/DownloadOfPersonalPlaylist/DownloadItem

插入歌曲

Request Information

Parameters

NameDescriptionAdditional information
item

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DownloadOfPersonalPlaylistId": "730a6ada-2f89-428c-b6dd-fd5c572fa4d9",
  "PersonalPlayListId": "5a1948b5-1455-4370-a4c0-026a76c9f727",
  "ItemsOfPersonalPlaylistId": "48a11ebb-6801-4692-a0d3-d36737b58692",
  "UserId": "ee703017-a191-4fad-b361-cc2d0c6eaef9",
  "UserNick": "sample string 5",
  "Progress": 6,
  "IsFinished": true,
  "DownLoadSizeInBytes": 8,
  "SizeInBytes": 9,
  "FinishTime": "2025-12-15T16:21:13.785+08:00"
}

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