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": "b719e8ea-7a91-4324-9c97-1e9aa6630755",
  "UserIds": [
    "913c5247-4b33-4f6b-8628-55fa9fa53142",
    "b2b6db48-7e9c-4c5f-9b14-9790580c9018",
    "60d3bb57-1d5b-464e-b83d-e22ccda67214"
  ]
}

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"
}