POST api/Radio/add_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": "8893776b-0cbe-4335-a8a4-c723b14ef63c",
  "RadioId": "7c039020-010b-44de-9e20-e7a412ed7cfb",
  "StationId": "b62a4738-b360-4278-8368-df7d55439cf3",
  "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"
}