POST api/Station/add_subscribe

用户订阅电台(2110)

Request Information

Parameters

NameDescriptionAdditional information
userSubscribeStationView

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": "d59fdabb-cbef-4c50-8ebf-e66a5c072645",
  "RadioId": "7ae44c0a-a08f-4557-b741-178074116a54",
  "StationId": "66fbb1eb-0212-41c3-a375-d5ddc7f9ca6a",
  "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"
}