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": "dec01b6b-758f-4fcc-b849-d4913c153d25",
  "toid": "9ec08214-66be-49fa-a37e-72941b3b6137",
  "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"
}