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": "886d1919-cbd2-4a7d-8424-0124bcf97f84",
  "RadioId": "5b3b67bf-1c16-4863-a472-c663850eca80",
  "StationId": "03a8ffba-2659-4cb2-96cb-9faf6de533df",
  "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"
}