POST api/AppMedia/AppSaveVideo
AppSaveVideo
Request Information
URI Parameters
None.
Body Parameters
AppSaveVideo| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoUUID | globally unique identifier |
None. |
|
| Video | Collection of byte |
None. |
|
| VideoName | string |
None. |
|
| UserUUIDCur | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VideoUUID": "8766fb86-3a11-4d6b-a044-651fad734661",
"Video": "QEA=",
"VideoName": "sample string 1",
"UserUUIDCur": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of byteResponse Formats
application/json, text/json
Sample:
"QEA="