POST api/UserSubscribeFolder/AddUserSubscribeFolder
用户订阅栏目(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": "88eddfa6-f2f6-4095-8e3a-69b6a04e4401",
"Type": 0,
"RadioId": "fdc92fba-9bb5-45a3-ba0a-125880ee9c94"
}
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"
}