POST api/SoundBox/UserBindings

4. 用户申请某个音箱的使用权限(非公开音箱,需要先申请)

Request Information

Parameters

NameDescriptionAdditional information
entity

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Box2UserBindingId": "a9b65cdc-4732-4383-a1cf-a68eb2314938",
  "UserId": "682b48d5-31e4-435b-9a6d-2139ddc1fe17",
  "SoundBoxId": "68c0524c-a99b-41d8-9256-675c7aa8f327",
  "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"
}