POST api/Favorite/Add_Item

49 创建收藏夹项

Request Information

Parameters

NameDescriptionAdditional information
model
收藏夹项 Json

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PlaylistId": "513eafc6-fdc2-4711-b7f8-4b5fdbe6ba44",
  "AudioType": 2,
  "AudioId": "e55e2758-a521-4650-b954-75c56aba51b3",
  "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"
}