POST api/UserSubscribeFolder/AddUserSubscribeFolder

用户订阅栏目(2111)

Request Information

Parameters

NameDescriptionAdditional information
userSubscribeFolderView

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FolderId": "b1489f5d-3585-4f34-98cb-0836311403c7",
  "Type": 0,
  "RadioId": "e4794c1a-71d1-404a-8188-d65faacb651d"
}

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"
}