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": "cfcc2a51-15c3-4979-ada9-cf703e29b58e",
"numHijos": 2,
"idNivelEducativo": "43976f5b-f9e5-4b90-a658-b5aefe39e15f",
"idDepartamento": "d42eada4-041f-433e-bf43-91ec7afbe3ee",
"idPuesto": "f5f8beb6-ff98-44a3-8966-09891256272d",
"antTrabajoIni": "2026-03-21T01:49:11.7961889-04:00",
"antTrabajoFin": "2026-03-21T01:49:11.7961889-04:00",
"antPuestoIni": "2026-03-21T01:49:11.7961889-04:00",
"antPuestoFin": "2026-03-21T01:49:11.7961889-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.