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": "d2927cc7-8837-4dfe-9608-b1dc268bd18b",
  "Type": 0,
  "RadioId": "7681ce8c-ec0e-498b-bc39-2645577b6a35"
}

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