GET api/Torcedometro/{idMandante}/{idVisitante}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idMandante | integer |
Required |
|
| idVisitante | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TorcedometroDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Mandante | TimeFutebolDto |
None. |
|
| Visitante | TimeFutebolDto |
None. |
|
| MandanteCount | integer |
None. |
|
| VisitanteCount | integer |
None. |
|
| TorcedoresTotal | integer |
None. |
|
| MandantePercentual | integer |
None. |
|
| VisitantePercentual | integer |
None. |
|
| Times | Collection of TimeFutebolDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.