POST api/PersonalPlayList/Add
新增播单
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| songList |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SongListId": "a6f194b3-2dc8-4170-ad1d-90f05a611a5d",
"Title": "sample string 2",
"CoverImagePath": "sample string 3",
"SongCount": 4,
"Duration": 5,
"SizeInBytes": 6,
"UserName": "sample string 7",
"Intro": "sample string 8",
"Channels": [
{
"ChannelId": "05ace0db-f366-4e1a-8bd7-f8d9d977753a",
"ChannelName": "sample string 2",
"TargetId": "eb024566-1ccd-4333-ad7c-3eb48ff177c4"
},
{
"ChannelId": "05ace0db-f366-4e1a-8bd7-f8d9d977753a",
"ChannelName": "sample string 2",
"TargetId": "eb024566-1ccd-4333-ad7c-3eb48ff177c4"
},
{
"ChannelId": "05ace0db-f366-4e1a-8bd7-f8d9d977753a",
"ChannelName": "sample string 2",
"TargetId": "eb024566-1ccd-4333-ad7c-3eb48ff177c4"
}
]
}
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"
}