POST api/jugador/registrar
Request Information
URI Parameters
None.
Body Parameters
Jugador| Name | Description | Type | Additional information |
|---|---|---|---|
| id_jugador | integer |
None. |
|
| numero | integer |
None. |
|
| fecha_alta | date |
None. |
|
| equipo | Equipo |
None. |
|
| rol | string |
None. |
|
| acumAmarillas | integer |
None. |
|
| acumRojas | integer |
None. |
|
| tieneUltSancion | boolean |
None. |
|
| nombre | string |
None. |
|
| apellido | string |
None. |
|
| fecha_nacimiento | date |
None. |
|
| nro_documento | integer |
None. |
|
| tipoDocumento | TipoDocumento |
None. |
|
| domicilio | Domicilio |
None. |
|
| contacto | Contacto |
None. |
|
| id_persona | integer |
None. |
|
| edad | integer |
None. |
|
| ocupacion | string |
None. |
|
| id_foto | 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.