POST api/PostDatosCuestionarioPersona
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": "f890647f-2894-4a48-86f3-27498934aaad",
"numHijos": 2,
"idNivelEducativo": "aee0a856-8214-462a-9481-978b11cf2858",
"idDepartamento": "1b166e62-2583-4a2d-9147-a5a6f7c19dbe",
"idPuesto": "c3baf203-9fe5-4479-b2b9-655680954190",
"antTrabajoIni": "2026-09-03T14:51:40.4526333+00:00",
"antTrabajoFin": "2026-09-03T14:51:40.4526333+00:00",
"antPuestoIni": "2026-09-03T14:51:40.4526333+00:00",
"antPuestoFin": "2026-09-03T14:51:40.4526333+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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.