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": "5c5349de-9d42-4604-920a-7d12ea2e365d",
  "toid": "d46e4081-2d41-4538-ae04-385a7c5b419e",
  "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"
}