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": "36c8a5f5-92d2-49d9-aa93-3c86e35c0227",
"numHijos": 2,
"idNivelEducativo": "ac373f28-255a-4ad7-9fc4-e49d49b8c19b",
"idDepartamento": "e2642fc9-d222-4b5a-9c1f-aa7178a3b070",
"idPuesto": "d1c5ac57-ae31-4e6a-89e5-44429a5f5c12",
"antTrabajoIni": "2026-04-04T14:28:06.6928933-04:00",
"antTrabajoFin": "2026-04-04T14:28:06.6928933-04:00",
"antPuestoIni": "2026-04-04T14:28:06.6928933-04:00",
"antPuestoFin": "2026-04-04T14:28:06.6928933-04: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.