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": "9aa1dfa9-5d4a-4989-8026-cc63aa136d6b",
"numHijos": 2,
"idNivelEducativo": "bdea75f5-c747-4983-bc63-ac33dbedfcfe",
"idDepartamento": "162b5a31-92d5-4961-9451-c2e2aab3f470",
"idPuesto": "c5ce3e2e-342c-4ca9-8dc5-defb36430e6c",
"antTrabajoIni": "2026-06-18T03:18:26.1138726+00:00",
"antTrabajoFin": "2026-06-18T03:18:26.1138726+00:00",
"antPuestoIni": "2026-06-18T03:18:26.1138726+00:00",
"antPuestoFin": "2026-06-18T03:18:26.1138726+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.