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": "d8fba6ab-b19b-41c4-87e0-7e5264e89fa5",
  "toid": "8ab580a3-727a-4073-9eb6-21e19b2bda27",
  "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"
}