POST api/SoundFile/updateRichmediaInfo

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
rich
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RichmediaSlideOfSoundFileId": "9886b6cb-127f-4869-92b6-c94e1ca54a06",
  "RichmediaType": 0,
  "RichmediaTitle": "sample string 2",
  "RichmediaText": "sample string 3",
  "ThumbUrl": "sample string 4",
  "TimeOffset": 5,
  "HighBitRateFile": "sample string 6",
  "ImageWidth": 7,
  "ImageHeight": 8,
  "Duration": 9,
  "FileSize": 10,
  "Version": "sample string 11",
  "RichVersion": "sample string 12",
  "IsAvailable": true
}

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