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": "ca825544-bd94-46fd-b31b-247422375137",
"numHijos": 2,
"idNivelEducativo": "cd052446-e2da-436a-b3f1-1496571c6d60",
"idDepartamento": "37fa94bc-9a36-46fe-9546-882e349c9182",
"idPuesto": "55ea2106-16ce-47fd-8258-02578bb4bcab",
"antTrabajoIni": "2026-06-18T03:18:06.8951714+00:00",
"antTrabajoFin": "2026-06-18T03:18:06.8951714+00:00",
"antPuestoIni": "2026-06-18T03:18:06.8951714+00:00",
"antPuestoFin": "2026-06-18T03:18:06.8951714+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.