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": "46483de2-736c-4fb0-9516-9000f2d4af41",
"Type": 0,
"RadioId": "53e0e61b-3d61-4b1f-8a6e-8d4c19ff400f"
}
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"
}