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": "74a65bf2-76e8-48ae-97d6-7888749baf0e",
  "RadioId": "94b772d8-cf59-4857-ad64-9842cce80904",
  "StationId": "95fe2811-b522-434b-b623-9c7561cda41c",
  "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"
}