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": "f5121080-6d46-40df-99cd-adc5eeccce6d",
"numHijos": 2,
"idNivelEducativo": "45c327b8-e80a-4e16-b609-fc26fe2ac811",
"idDepartamento": "09b36616-b88f-49ea-bcb8-3c313ca897f7",
"idPuesto": "2898b28d-9083-414b-ae31-f25520b37b51",
"antTrabajoIni": "2026-09-03T14:52:42.4892326+00:00",
"antTrabajoFin": "2026-09-03T14:52:42.4892326+00:00",
"antPuestoIni": "2026-09-03T14:52:42.4892326+00:00",
"antPuestoFin": "2026-09-03T14:52:42.4892326+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.