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": "5c4cf7c7-eba4-4b65-b35b-23626a63a032",
"numHijos": 2,
"idNivelEducativo": "b83b95aa-ffff-48c1-8e40-02a7496f7d34",
"idDepartamento": "f0ce7f36-b2dd-422e-a510-3adc39c2063b",
"idPuesto": "54aab66d-0fba-4203-b68f-f30baf4457d8",
"antTrabajoIni": "2026-05-08T14:14:16.1461214+00:00",
"antTrabajoFin": "2026-05-08T14:14:16.1461214+00:00",
"antPuestoIni": "2026-05-08T14:14:16.1461214+00:00",
"antPuestoFin": "2026-05-08T14:14:16.1461214+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.