POST api/DefaultPlaylist/Add
创建
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DefaultPlaylistId": "554cf6be-3685-43c2-bf46-173edfbd00d1",
"UserId": "47cc3b86-0516-4da1-b01b-42d6bd0eefd2",
"TargetId": "4483e5fa-fc90-4fdd-a9b9-36fdfbfa9fc9",
"BelongType": 2,
"Name": "sample string 4",
"PlayState": 5,
"SortNum": 6,
"UpdateTime": "2026-07-26T20:31:07.331+08:00",
"PlayUrl": "sample string 8",
"CreateTime": 9,
"IsAvailable": true,
"Version": "sample string 11"
}
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"
}