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": "944cdb6b-4163-4a32-b41b-54fd27357d98",
  "SoundBoxId": "7b24e859-3844-47d8-8303-02411b6b8084",
  "UserId": "bc7eafe9-e6a6-4e48-b2c0-d4a7fe6b7d07",
  "Name": "sample string 4",
  "TargetId": "4d5e9d50-7a59-4402-9a06-aa19a0e9c76c",
  "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"
}