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": "2afdeb0f-e552-415a-b3ef-292b7d8ab44c",
"numHijos": 2,
"idNivelEducativo": "26a970e4-1e66-4ebb-a23a-41c94de38bf3",
"idDepartamento": "e1c77e74-efeb-493c-9752-c8790227de26",
"idPuesto": "3baf1e08-6029-43ac-a59d-b8d3e1f7041b",
"antTrabajoIni": "2026-08-12T14:51:32.238092+00:00",
"antTrabajoFin": "2026-08-12T14:51:32.238092+00:00",
"antPuestoIni": "2026-08-12T14:51:32.238092+00:00",
"antPuestoFin": "2026-08-12T14:51:32.238092+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.