POST AddUserSubscribeRadio
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": "674975c7-4d20-47d5-b190-f0a7d1f78f8c",
"RadioId": "f511c477-1450-44e7-918e-7993d112b8a0",
"StationId": "d90966c4-3c89-48c3-b1d9-b08523130a1a",
"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"
}