POST api/partidos/modificar/{id_fase}/{id_torneo}/{esInterzonal}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_fase

integer

Required

id_torneo

integer

Required

esInterzonal

integer

Required

Body Parameters

Partido
NameDescriptionTypeAdditional 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:

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.Partido'. Path 'fecha.partidos'.

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.Partido'. Path 'fecha.partidos'.

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.Fixture' 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.Fixture' 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 'Partido'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.