PUT api/engine/video
Request Information
URI Parameters
None.
Body Parameters
EngineVideo| Name | Description | Type | Additional information |
|---|---|---|---|
| EngineVideoURL | string |
None. |
|
| OrderBy | integer |
None. |
|
| EngineVideoId | integer |
None. |
|
| EngineId | integer |
None. |
|
| SourceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EngineVideoURL": "sample string 1",
"OrderBy": 2,
"EngineVideoId": 3,
"EngineId": 4,
"SourceId": 5
}
application/xml, text/xml
Sample:
<EngineVideo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models"> <EngineId>4</EngineId> <EngineVideoId>3</EngineVideoId> <EngineVideoURL>sample string 1</EngineVideoURL> <OrderBy>2</OrderBy> <SourceId>5</SourceId> </EngineVideo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.