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": "fe5cc359-77e8-477e-beed-9676b54458c9",
  "CoverImagePath": "sample string 2",
  "Name": "sample string 3",
  "IndexInPlaylist": 4,
  "CrossfadeTimeToPreviousItem": 5,
  "Duration": 6,
  "SizeInBytes": 7,
  "PlayUrl": "sample string 8",
  "SongId": "51ff9073-bf89-44bc-b45c-4b13bf595d6c",
  "SongListId": "48802472-7c8f-4863-9f1c-4c46a6b559f0",
  "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": [
    "db3d5320-25ac-4d9b-abe7-7b36d94f0361",
    "447f98f1-888f-4a60-a3a8-929d6ab1b6c3",
    "a56d5e29-40ca-4d44-b13a-7ba3c2d5dfba"
  ]
}

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