POST api/Content/UpdateFlashGames
Request Information
URI Parameters
None.
Body Parameters
cEntityFlashScore| Name | Description | Type | Additional information |
|---|---|---|---|
| games_id | integer |
None. |
|
| games_league | string |
None. |
|
| games_home | integer |
None. |
|
| games_away | integer |
None. |
|
| linksumario | string |
None. |
|
| games_status | integer |
None. |
|
| games_link_status | integer |
None. |
|
| datafromgame | string |
None. |
|
| resultado | string |
None. |
|
| resultadoold | string |
None. |
|
| cErro | boolean |
None. |
|
| cerrodesc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"games_id": 1,
"games_league": "sample string 2",
"games_home": 3,
"games_away": 4,
"linksumario": "sample string 5",
"games_status": 6,
"games_link_status": 7,
"datafromgame": "sample string 8",
"resultado": "sample string 9",
"resultadoold": "sample string 10",
"cErro": true,
"cerrodesc": "sample string 12"
}
application/xml, text/xml
Sample:
<cLigues.cEntityFlashScore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceGames"> <cErro>true</cErro> <cerrodesc>sample string 12</cerrodesc> <datafromgame>sample string 8</datafromgame> <games_away>4</games_away> <games_home>3</games_home> <games_id>1</games_id> <games_league>sample string 2</games_league> <games_link_status>7</games_link_status> <games_status>6</games_status> <linksumario>sample string 5</linksumario> <resultado>sample string 9</resultado> <resultadoold>sample string 10</resultadoold> </cLigues.cEntityFlashScore>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.