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": "477b5760-4136-4c37-8aed-0f845e2af1b3",
"numHijos": 2,
"idNivelEducativo": "028ecb7e-aafb-4d77-9808-26d359c97676",
"idDepartamento": "7afc3353-544a-4ced-9c02-931f3d335cbf",
"idPuesto": "9fba15ed-d007-45d0-806b-550128a6882c",
"antTrabajoIni": "2026-07-10T14:10:15.8926658+00:00",
"antTrabajoFin": "2026-07-10T14:10:15.8926658+00:00",
"antPuestoIni": "2026-07-10T14:10:15.8926658+00:00",
"antPuestoFin": "2026-07-10T14:10:15.8926658+00: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