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": "83dae8be-fe14-4716-a12c-347b146c64be", "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": "6f6b2f0f-1882-49ea-aa4b-3b465a547a75" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}