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": "dc515b5b-d4e2-44ab-b059-9ca35f9a9062", "AudioType": 2, "AudioId": "a007eb36-c591-464e-a15c-fcf2dfea8e65", "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" }