POST api/Favorite/Add_Item
49 创建收藏夹项
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | 收藏夹项 Json |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PlaylistId": "05ada473-d450-4e28-8872-dc2f50c0f524",
"AudioType": 2,
"AudioId": "580d8219-8de5-4859-8b7b-68f5df8111e0",
"Duration": 4
}
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"
}