POST api/Folder/cancel_subscribe

055 用户订阅栏目(2111)

Request Information

Parameters

NameDescriptionAdditional information
userSubscribeFolderView

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FolderId": "f9aed787-bf80-4ba8-afda-b47a4f400ac1",
  "Type": 0,
  "RadioId": "cc258ed2-34c4-4a4b-80a6-5c950f16c956"
}

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