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": "8493be1e-6b1e-4f32-baf0-07d69dd03fa0",
"RadioId": "91d7fd0b-441b-49fb-b7a8-268a3f89173b",
"StationId": "5db3b12c-6197-4dc0-8f03-287d155afd1f",
"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"
}