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": "43cc8a21-1580-4003-9821-f4f758abdcd5",
"numHijos": 2,
"idNivelEducativo": "2bd341ff-cfe3-4d92-afd4-77f4082b2857",
"idDepartamento": "75e563c3-33c6-4fc7-b663-5b7aa12ebfb5",
"idPuesto": "bd1cadb3-5649-4e59-8dd3-3a6cfb1e2029",
"antTrabajoIni": "2026-07-10T14:09:21.2354212+00:00",
"antTrabajoFin": "2026-07-10T14:09:21.2354212+00:00",
"antPuestoIni": "2026-07-10T14:09:21.2354212+00:00",
"antPuestoFin": "2026-07-10T14:09:21.2354212+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.