POST api/PersonalPlayList/ItemsSort

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SongOfSongListId": "17144261-bc4d-4e36-9569-c782e91768d3",
  "CoverImagePath": "sample string 2",
  "Name": "sample string 3",
  "IndexInPlaylist": 4,
  "CrossfadeTimeToPreviousItem": 5,
  "Duration": 6,
  "SizeInBytes": 7,
  "PlayUrl": "sample string 8",
  "SongId": "b268bb1f-fccd-4374-95fd-a78831376acf",
  "SongListId": "9bb104eb-7ffb-454a-9a95-32db61286b12",
  "Artist": "sample string 11",
  "AlbumTitle": "sample string 12",
  "MSDuration": "sample string 13",
  "FileDate": "sample string 14",
  "IsHave": true,
  "NextToPlay": "sample string 16",
  "HookIn": "sample string 17",
  "HookOut": "sample string 18",
  "TrimIn": "sample string 19",
  "TrimOut": "sample string 20",
  "Mood": "sample string 21",
  "Energy": "sample string 22",
  "Tempo": "sample string 23",
  "Era": "sample string 24",
  "Opener": "sample string 25",
  "Intro1": "sample string 26",
  "Intro2": "sample string 27",
  "Intro3": "sample string 28",
  "itemsSort": [
    "6158618c-844f-407d-bdb2-2554d22da22b",
    "3268be56-ab11-479f-9250-327cb48c11a6",
    "b605105e-8a89-4a45-b9f3-96d2e6f38b91"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}