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": "70ad80eb-0127-448b-a020-43325ffacbb4",
  "RadioId": "607136a4-f0ee-4da6-b2c2-1650acbaa38f",
  "StationId": "75429e02-0d6f-40e3-b383-04814b07b3e8",
  "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"
}