POST api/Radio/cancel_subscribe
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userSubscribeStationView | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": "66f2faa1-dfc6-4441-bb94-433402475add",
"RadioId": "d7e09db4-2b32-4831-87cf-c609896b3039",
"StationId": "f1e27bc6-0a4e-46e4-8e25-2f38463dfd0b",
"Type": 0,
"StationType": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}