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": "d9bc87a7-9325-44d8-8be3-76f364b708aa", "RadioId": "5e6ea9d5-5076-48cb-89db-594c65310356", "StationId": "129aa541-a9fc-46f3-9b17-0539ba1217e8", "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" }