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": "19017a89-cb82-4851-a746-f310b5425ed6",
"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": "6a62dfc8-e592-4b01-b332-7643ec4231ff"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}