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": "68538f76-fdaa-4038-9484-6c20d805722b",
  "UserId": "9c5804a7-2d2c-4aab-bd61-232fcf1bc94b",
  "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": "63649fae-361c-4481-9e44-121ff80e6b92",
  "CurrentCotentType": 0,
  "CurrentContentImageUrl": "sample string 10",
  "AudioId": "429da1e5-b241-4bdb-9673-42721512c1e2",
  "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"
}