POST api/SoundBox/Add

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SoundBoxId": "998bef34-caaf-465a-a51a-e7fe659d807f",
  "UserId": "00b9ad62-d5fb-4c41-af1c-511107aa0576",
  "UserName": "sample string 2",
  "HeaderUrl": "sample string 3",
  "UserPhone": "sample string 4",
  "Name": "sample string 5",
  "SoundBoxKey": "sample string 6",
  "IsPublic": true,
  "BoxStatus": 0,
  "PlayMode": 0,
  "PlayStatus": 0,
  "Role": 8,
  "CurrentCotent": "sample string 9",
  "CurrentCotentId": "9616c300-f85c-4a70-942d-5bfbe21230f2",
  "CurrentCotentType": 0,
  "CurrentContentImageUrl": "sample string 10",
  "AudioId": "d2d1f048-7501-4e7a-95fa-6cbeb8b54baf",
  "AudioName": "sample string 11",
  "AudioImageUrl": "sample string 12",
  "Progress": 13,
  "FirmwarePath": "sample string 14",
  "Version": "sample string 15"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}