POST api/PutDatosCuestionarioPersona
Request Information
URI Parameters
None.
Body Parameters
TB_DatosCuestionarioPersona| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| numHijos | integer |
None. |
|
| idNivelEducativo | globally unique identifier |
None. |
|
| idDepartamento | globally unique identifier |
None. |
|
| idPuesto | globally unique identifier |
None. |
|
| antTrabajoIni | date |
None. |
|
| antTrabajoFin | date |
None. |
|
| antPuestoIni | date |
None. |
|
| antPuestoFin | date |
None. |
|
| nomDepartamento | string |
None. |
|
| nomPuesto | string |
None. |
|
| nomNivelEducativo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "fa746101-3b35-4b36-bd4f-c46baa978190",
"numHijos": 2,
"idNivelEducativo": "0fa3f082-9c5c-4b1e-98a8-f37ddfea546e",
"idDepartamento": "5f969acd-1c7f-43b4-91ff-09d9034d3243",
"idPuesto": "1322d153-be5d-48e3-b339-abf40db9c350",
"antTrabajoIni": "2026-03-13T20:28:17.6996929+00:00",
"antTrabajoFin": "2026-03-13T20:28:17.6996929+00:00",
"antPuestoIni": "2026-03-13T20:28:17.6996929+00:00",
"antPuestoFin": "2026-03-13T20:28:17.6996929+00:00",
"nomDepartamento": "sample string 10",
"nomPuesto": "sample string 11",
"nomNivelEducativo": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.