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": "73b852c1-bb30-49bd-b73b-67b1ea0f8888",
  "PersonalPlayListId": "f4e05c1d-d36a-4f0b-9f63-91bca691ea3f",
  "ItemsOfPersonalPlaylistId": "4c7ea930-07e6-4f73-9935-e324bc54517f",
  "UserId": "086f107b-fa94-4f42-9743-4d351149c707",
  "UserNick": "sample string 5",
  "Progress": 6,
  "IsFinished": true,
  "DownLoadSizeInBytes": 8,
  "SizeInBytes": 9,
  "FinishTime": "2026-07-26T20:37:10.679+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"
}