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": "fa7798e9-8957-426e-9512-7da497e5f497",
  "AudioType": 2,
  "AudioId": "ca945d69-e5ff-476d-9510-e00a0073525c",
  "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"
}