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": "8bff329e-c2b1-470a-94d3-62b7e7d985a8",
"RadioId": "5422c3bd-7633-479e-be5e-59ff0ad6d482",
"StationId": "4eb716bf-bf36-4f63-b660-ed871909097f",
"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"
}