POST api/equipo/registrar
Request Information
URI Parameters
None.
Body Parameters
Equipo| Name | Description | Type | Additional information |
|---|---|---|---|
| id_equipo | integer |
None. |
|
| nombre | string |
None. |
|
| descripcion | string |
None. |
|
| fecha_alta | date |
None. |
|
| logo | integer |
None. |
|
| camiseta | integer |
None. |
|
| camisetalogo | integer |
None. |
|
| categoria | Categoria |
None. |
|
| club | Club |
None. |
|
| torneo | Torneo |
None. |
|
| id_zona | integer |
None. |
|
| fair_play | integer |
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.