POST api/PersonalPlayList/AddSong
插入歌曲
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| item |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SongOfSongListId": "fad3ce0f-fd01-4cac-ac8c-01a55901cde4",
"CoverImagePath": "sample string 2",
"Name": "sample string 3",
"IndexInPlaylist": 4,
"CrossfadeTimeToPreviousItem": 5,
"Duration": 6,
"SizeInBytes": 7,
"PlayUrl": "sample string 8",
"SongId": "b2b39958-0476-4ae9-9288-6934b8dc0ad3",
"SongListId": "7b997596-4165-44a9-a44f-e4d7d36318b3",
"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": [
"7d8aa24a-1ced-4e06-8660-8e550f8c0fa0",
"04d3b4a4-2947-4602-8a35-f59cd49ab563",
"4fde1c8f-5a05-4873-9d87-ef4fa60a61d3"
]
}
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"
}