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": "56183f5c-2100-492d-9fa4-83b674a277e6", "Title": "sample string 2", "CoverImagePath": "sample string 3", "SongCount": 4, "Duration": 5, "SizeInBytes": 6, "UserName": "sample string 7", "Intro": "sample string 8", "Channels": [ { "ChannelId": "3e20374e-d2ef-4175-b412-374107d0da6b", "ChannelName": "sample string 2", "TargetId": "9c8abdbc-edda-4ef0-88e9-c1f855d725cb" }, { "ChannelId": "3e20374e-d2ef-4175-b412-374107d0da6b", "ChannelName": "sample string 2", "TargetId": "9c8abdbc-edda-4ef0-88e9-c1f855d725cb" }, { "ChannelId": "3e20374e-d2ef-4175-b412-374107d0da6b", "ChannelName": "sample string 2", "TargetId": "9c8abdbc-edda-4ef0-88e9-c1f855d725cb" } ] }
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" }