POST api/Radio/add_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": "1f052fea-43a4-44b1-99e4-2007b1dd7e7e",
"RadioId": "d9ac16c8-1860-4f10-bf26-40e05a8de1dc",
"StationId": "5275bd23-d9e0-4968-802c-990b9238b526",
"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"
}