POST api/torneo/update
Request Information
URI Parameters
None.
Body Parameters
Torneo| Name | Description | Type | Additional information |
|---|---|---|---|
| id_torneo | integer |
None. |
|
| nombre | string |
None. |
|
| descripcion | string |
None. |
|
| fecha_inicio | date |
None. |
|
| fecha_fin | date |
None. |
|
| categoria | Categoria |
None. |
|
| regla | Regla |
None. |
|
| tipoTorneo | TipoTorneo |
None. |
|
| modalidad | Modalidad |
None. |
|
| lsEquipos | Collection of Equipo |
None. |
|
| fase | Fase |
None. |
|
| estado | EstadoTorneo |
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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.