POST api/AdminMedia/SaveVideoToId
AdmSaveVideo
Request Information
URI Parameters
None.
Body Parameters
SaveVideoName | 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": "3923c4f8-256c-4027-abb6-fe96123c2bbf", "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": "55ba77d2-ad17-4c54-b6d7-e3e1525c3420" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}