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": "50e6afaa-bd18-433a-bb8c-22f16ebf0227",
"numHijos": 2,
"idNivelEducativo": "056036d4-87f1-4be6-a15b-13164d896e57",
"idDepartamento": "7a821123-4171-469c-97d8-716d8e6ac922",
"idPuesto": "5d312c4d-d87b-4888-8082-910625170ec7",
"antTrabajoIni": "2026-05-08T14:15:05.5992488+00:00",
"antTrabajoFin": "2026-05-08T14:15:05.5992488+00:00",
"antPuestoIni": "2026-05-08T14:15:05.5992488+00:00",
"antPuestoFin": "2026-05-08T14:15:05.5992488+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.