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": "18a68ec2-fe53-4cad-8e85-845566d43c9a",
  "CoverImagePath": "sample string 2",
  "Name": "sample string 3",
  "IndexInPlaylist": 4,
  "CrossfadeTimeToPreviousItem": 5,
  "Duration": 6,
  "SizeInBytes": 7,
  "PlayUrl": "sample string 8",
  "SongId": "8dcab959-9f5c-458b-ae04-ce4f7cc663be",
  "SongListId": "933a6c58-8691-48cb-97da-0f2be2cf7aa6",
  "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": [
    "ef5b9b86-1ff5-4761-b051-db09319d30d5",
    "d420c52d-f68d-4dd2-b050-4f8784cd1cf8",
    "f45fd7e4-4948-4e6d-ada5-4d0e55440188"
  ]
}

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