POST api/SoundBox/AddBoxContent

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:
{
  "Box2PlayListBindingId": "e77f9ea9-5a74-4ce1-9179-14380f022f07",
  "SoundBoxId": "1005e8b6-763b-490a-baef-77f97b1b3742",
  "UserId": "90d94c60-f1d8-4dfa-bf3c-24b5d97df508",
  "Name": "sample string 4",
  "TargetId": "09a0702e-e433-4c4a-a322-a203f1fb5769",
  "TargetName": "sample string 6",
  "TargetCoverUrl": "sample string 7",
  "TargetType": 0,
  "CoverImage": "sample string 8",
  "Index": 9
}

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"
}