POST api/PostDatosCuestionarioPersonaBulk
Request Information
URI Parameters
None.
Body Parameters
Collection of 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:
[
{
"$id": "2",
"idPersona": "ec1ffb59-1f48-453e-a792-da789b743f29",
"numHijos": 2,
"idNivelEducativo": "3ecb991c-7968-4253-8e0c-ad12c2f2bdb7",
"idDepartamento": "b15f00e1-4388-4539-83f5-b7a052226774",
"idPuesto": "b1b52305-e1b0-4308-9469-5013bf6ed5b2",
"antTrabajoIni": "2026-03-21T02:14:05.2595268-04:00",
"antTrabajoFin": "2026-03-21T02:14:05.2595268-04:00",
"antPuestoIni": "2026-03-21T02:14:05.2595268-04:00",
"antPuestoFin": "2026-03-21T02:14:05.2595268-04:00",
"nomDepartamento": "sample string 10",
"nomPuesto": "sample string 11",
"nomNivelEducativo": "sample string 12"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true