POST api/Content/SaveVideo
Request Information
URI Parameters
None.
Body Parameters
cEntityVideo| Name | Description | Type | Additional information |
|---|---|---|---|
| cGameId | integer |
None. |
|
| cVideoPath | string |
None. |
|
| cErro | boolean |
None. |
|
| cerrodesc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cGameId": 1,
"cVideoPath": "sample string 2",
"cErro": true,
"cerrodesc": "sample string 4"
}
application/xml, text/xml
Sample:
<cLigues.cEntityVideo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceGames"> <cErro>true</cErro> <cGameId>1</cGameId> <cVideoPath>sample string 2</cVideoPath> <cerrodesc>sample string 4</cerrodesc> </cLigues.cEntityVideo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.