POST api/UserSubscribeStation/AddUserSubscribeStation
用户订阅电台(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": "0dad57a5-d502-4652-aae9-3928d9ea94e9",
"RadioId": "44ef761f-20c5-422f-968a-03f87eb5cca5",
"StationId": "bd6b4755-9263-4c30-8c61-404c7c18b7e1",
"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"
}