POST api/Station/cancel_subscribe
用户取消订阅电台(2110)
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userSubscribeStationView |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": "85a64266-4935-4fdb-8bfd-c823efd00772",
"RadioId": "f3750f7f-582e-45a9-869a-ed45f913db4e",
"StationId": "5d422815-b0dc-41dc-9fa6-9a01cc1e43d6",
"Type": 0,
"StationType": 0
}
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"
}