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": "e0f97468-483b-4f53-8a97-ea2ce613ad35",
"UserId": "fbc617d4-8e7e-45ae-baf1-4fc3e0d081db",
"TargetId": "ef6c6aa6-fb5e-4bc5-90ee-8d7111a71b6e",
"BelongType": 2,
"Name": "sample string 4",
"PlayState": 5,
"SortNum": 6,
"UpdateTime": "2025-12-15T16:24:06.905+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"
}