POST api/Folder/cancel_subscribe
055 用户订阅栏目(2111)
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userSubscribeFolderView |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"FolderId": "5ddbb533-0c4f-4ab6-a6d1-6c5959ab19df",
"Type": 0,
"RadioId": "bd1c2ca1-e70b-4c59-b58c-6b0c7fb2a7f7"
}
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"
}