POST api/Radio/SetMyRadioOfUser

为个人电台设置用户(5005

Request Information

Parameters

NameDescriptionAdditional information
viewModel

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RadioId": "f262c11f-2072-4312-bfe2-1be192feb843",
  "UserIds": [
    "a07ea207-2ac1-4598-8211-335786bd7a1b",
    "9b26f600-2c1a-47ce-b5ac-91ea0bc0dfda",
    "6862828f-cf06-4f68-9067-9ac25bd6e026"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}