POST api/SoundFile/UpdateRichmediaSlides
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| rich | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RichediaGuid": "61e38cc8-7a09-4d66-a84a-d9a216959200",
"SoundFileId": "a63ee95d-a5b6-4d45-b190-c8a8e1508974",
"RichmediaSlideOfSoundFileId": "8fa39091-f990-4e28-af95-d8285a833c91",
"RichmediaType": 0,
"RichmediaTitle": "sample string 4",
"RichmediaText": "sample string 5",
"ThumbUrl": "sample string 6",
"TimeOffset": 7,
"HighBitRateFile": "sample string 8",
"ImageWidth": 9,
"ImageHeight": 10,
"Duration": 11,
"FileSize": 12,
"Version": "sample string 13",
"RichVersion": "sample string 14",
"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"
}