POST api/SoundBox/UserBindings
4. 用户申请某个音箱的使用权限(非公开音箱,需要先申请)
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| entity |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Box2UserBindingId": "8c3840d7-aa78-4cc0-b228-531c9a5dd553",
"UserId": "cbe86ebc-4590-489c-9812-c80a9d8f7a16",
"SoundBoxId": "23f42e15-cd56-40fa-958a-0523c4b4cafe",
"UserName": "sample string 4",
"SoundBoxKey": "sample string 5",
"ApplicationStatus": true,
"UserPhone": "sample string 7",
"HeaderUrl": "sample string 8",
"Role": 9
}
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"
}