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": "1849fba2-69d4-4db9-b5d2-63297553792b",
"Title": "sample string 2",
"CoverImagePath": "sample string 3",
"SongCount": 4,
"Duration": 5,
"SizeInBytes": 6,
"UserName": "sample string 7",
"Intro": "sample string 8",
"Channels": [
{
"ChannelId": "8e32de4b-cbc0-4dba-aa4b-b4342bc5dd9a",
"ChannelName": "sample string 2",
"TargetId": "fe927422-5648-4550-b8e2-933e46cf5c04"
},
{
"ChannelId": "8e32de4b-cbc0-4dba-aa4b-b4342bc5dd9a",
"ChannelName": "sample string 2",
"TargetId": "fe927422-5648-4550-b8e2-933e46cf5c04"
},
{
"ChannelId": "8e32de4b-cbc0-4dba-aa4b-b4342bc5dd9a",
"ChannelName": "sample string 2",
"TargetId": "fe927422-5648-4550-b8e2-933e46cf5c04"
}
]
}
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"
}