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": "3c88ded0-b8f2-4265-b791-8ab8856596d0",
  "RadioId": "d1f09889-4754-41eb-a6c3-177d3020e0f0",
  "StationId": "d243d587-8a93-4b3d-b59c-fe040c4520e3",
  "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"
}