POST api/AdminMedia/SaveVideoToId
AdmSaveVideo
Request Information
URI Parameters
None.
Body Parameters
SaveVideo| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoUUID | globally unique identifier |
None. |
|
| VideoActive | boolean |
None. |
|
| Video | Collection of byte |
None. |
|
| VideoName | string |
None. |
|
| VideoDefault | boolean |
None. |
|
| IDID | string |
None. |
|
| IDName | string |
None. |
|
| LanguageID | integer |
None. |
|
| VideoURL | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"VideoUUID": "bf7a3c0b-ca37-4d02-83be-4a6fc1c56afa",
"VideoActive": true,
"Video": "QEA=",
"VideoName": "sample string 1",
"VideoDefault": true,
"IDID": "sample string 2",
"IDName": "sample string 3",
"LanguageID": 4,
"VideoURL": "sample string 5",
"UserUUIDCur": "0dcc552f-1059-4f0c-9513-ce24df99ecf7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}