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": "41020c70-3171-4fe7-838b-fa3101144830", "UserId": "00cac431-d5ba-4e15-883f-926c1170955c", "SoundBoxId": "bc31c905-eb94-49c2-9489-12111efb0b07", "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" }