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": "10fd5d8f-d86e-41d8-8bff-4e0fe2fdbd01",
  "UserId": "37ac43e0-8896-4d44-8f42-49c4188fbd3c",
  "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": "3ffcc57f-ec51-4f99-a5df-8150b3ef0cfe",
  "CurrentCotentType": 0,
  "CurrentContentImageUrl": "sample string 10",
  "AudioId": "1601e2f1-b6e9-46e7-acbf-760c2fd674b6",
  "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"
}