POST api/Partidos?id_fase={id_fase}&id_torneo={id_torneo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_fase | integer |
Required |
|
| id_torneo | integer |
Required |
Body Parameters
Partido| Name | Description | Type | Additional information |
|---|---|---|---|
| id_partido | integer |
None. |
|
| duracion | string |
None. |
|
| fecha | Fecha |
None. |
|
| inicio | string |
None. |
|
| fin | string |
None. |
|
| local | Equipo |
None. |
|
| visitante | Equipo |
None. |
|
| arbitro | Arbitro |
None. |
|
| estado | EstadoPartido |
None. |
|
| cancha | Cancha |
None. |
|
| veedor | Veedor |
None. |
|
| resultado | Resultado |
None. |
|
| resultado_zona | ResultadoZona |
None. |
|
| horario_fijo | HorarioFijo |
None. |
|
| lsGoleadoresVisitantes | Collection of Gol |
None. |
|
| lsGoleadoresLocales | Collection of Gol |
None. |
|
| lsGolesABorrar | Collection of Gol |
None. |
|
| lsSancionesLocal | Collection of Sancion |
None. |
|
| lsSancionesVisitante | Collection of Sancion |
None. |
|
| esInterzonal | boolean |
None. |
|
| llave | Llave |
None. |
|
| etapa | Etapa |
None. |
|
| ganadorPlayoff | Equipo |
None. |
|
| penales | boolean |
None. |
|
| detallePenales | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.