POST api/Station/cancel_subscribe

用户取消订阅电台(2110)

Request Information

Parameters

NameDescriptionAdditional information
userSubscribeStationView

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": "4d458a68-360c-4e96-a86d-dd1f00a4ed14",
  "RadioId": "5f9778b6-79d3-4b6a-b249-51907d870706",
  "StationId": "8e78e6b4-9b41-4604-990a-a1dcb384f971",
  "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"
}