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": "3a1a4c98-9c7f-48ba-9540-9abff6b64c18",
  "PersonalPlayListId": "d3045b39-c9b5-45bd-8177-d2b6d842135b",
  "ItemsOfPersonalPlaylistId": "a233da13-6aa7-40e6-aafe-5188ea5762a4",
  "UserId": "97a033e0-d521-40b5-8598-8e22f6a7f916",
  "UserNick": "sample string 5",
  "Progress": 6,
  "IsFinished": true,
  "DownLoadSizeInBytes": 8,
  "SizeInBytes": 9,
  "FinishTime": "2026-03-12T15:36:53.745+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"
}