POST api/Radio/SetMyRadioOfUser
为个人电台设置用户(5005
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| viewModel |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RadioId": "77d378d8-2d60-4a7a-a301-af570e6c09c7",
"UserIds": [
"e701358b-f9f4-4c50-a15f-9230f43c9520",
"c429ee10-df10-4eba-ba73-7fc72e126177",
"278d8215-bae7-4655-bb87-b38e374aef13"
]
}
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"
}