POST api/PersonalPlayList/SetItemSort

歌单里歌曲排序

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "fromid": "c275986f-7f70-47e1-8ae2-785844639515",
  "toid": "a6c25e5c-0194-4acf-abc1-1bb66f86695e",
  "statue": 3,
  "fromindex": 4,
  "toindex": 5
}

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