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": "5ab5317a-f78c-4347-b4b8-19100e9dbe7a",
  "RadioId": "5f6d902e-a2eb-472f-b01f-47115e82543d",
  "StationId": "6b058b69-ba1e-46c9-837c-842f4061ac14",
  "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"
}