POST api/Radio/cancel_subscribe

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userSubscribeStationView
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": "b45910c8-7c83-4c36-bb73-51439070e5b8",
  "RadioId": "cb2d0f7e-1365-4d05-9c48-ed418bd30519",
  "StationId": "efdcce9d-afd5-4686-8a64-d488dd474473",
  "Type": 0,
  "StationType": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}