POST api/Candidatos?cadena={cadena}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cadena | string |
Required |
Body Parameters
None.
Response Information
Resource Description
NombresAlumnoName | Description | Type | Additional information |
---|---|---|---|
nombre | string |
None. |
|
apellido_paterno | string |
None. |
|
apellido_materno | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "nombre": "sample string 1", "apellido_paterno": "sample string 2", "apellido_materno": "sample string 3" }
text/html
Sample:
{"nombre":"sample string 1","apellido_paterno":"sample string 2","apellido_materno":"sample string 3"}