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": "2e6dba4e-c848-4159-ad7b-b76d3ba8e422",
  "UserIds": [
    "941ffee7-824a-46b3-adb5-36ae27b21b30",
    "b0744754-8b52-41d9-ac48-c310bc401e06",
    "830d2edd-5ed7-4ae7-99d7-6d2ca14e2cff"
  ]
}

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