POST api/fecha/obtenerPartidos

Request Information

URI Parameters

None.

Body Parameters

IPartido
NameDescriptionTypeAdditional information
id_partido

integer

None.

local

Collection of IEquipo

None.

visitante

Collection of IEquipo

None.

equipoLocal

IEquipo

None.

equipoVisitante

IEquipo

None.

horario_fijo

HorarioFijo

None.

cancha

Cancha

None.

horario

HorarioFijo

None.

fecha

Fecha

None.

id_fixture

integer

None.

resultado

Resultado

None.

resultado_zona

ResultadoZona

None.

lsGolesLocal

Collection of Gol

None.

lsGolesVisitante

Collection of Gol

None.

lsSancionesLocal

Collection of Sancion

None.

lsSancionesVisitante

Collection of Sancion

None.

llave

Llave

None.

etapa

Etapa

None.

ganadorPlayoff

IEquipo

None.

penales

boolean

None.

detallePenales

string

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'RestServiceGolden.Models.Equipo'. Path 'local[0].lsJugadores[0].equipo.torneo.lsEquipos'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'RestServiceGolden.Models.Equipo'. Path 'local[0].lsJugadores[0].equipo.torneo.lsEquipos'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'RestServiceGolden.Models.Torneo' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'RestServiceGolden.Models.Torneo' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IPartido'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.