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": "c3d9c8c3-d5f9-4c30-8faa-373f7c99fb79",
"numHijos": 2,
"idNivelEducativo": "5c4d4405-2807-408d-a631-609186ab35cf",
"idDepartamento": "6e041cbb-0677-4212-9847-70d396ed7626",
"idPuesto": "b0554c08-865c-4350-a580-c7e4cc714105",
"antTrabajoIni": "2026-07-10T14:10:29.1739789+00:00",
"antTrabajoFin": "2026-07-10T14:10:29.1739789+00:00",
"antPuestoIni": "2026-07-10T14:10:29.1739789+00:00",
"antPuestoFin": "2026-07-10T14:10:29.1739789+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.