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": "a07c486a-c735-498e-828e-b79783110efb", "RadioId": "1d3ae812-491e-48ae-bea8-6edc706ed0be", "StationId": "1783e695-17cc-458b-ab06-3ba86bee9cf6", "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" }