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": "f0048f66-e384-40cd-8f83-e5240f289834",
"numHijos": 2,
"idNivelEducativo": "6d5681e1-e8f3-4bf1-a7ed-2a3b1a8c5ebe",
"idDepartamento": "e9775663-1c2d-4b38-aa7c-cd8f54e87ff4",
"idPuesto": "21ad9821-b421-43a4-851c-073f4a082331",
"antTrabajoIni": "2026-03-13T20:27:48.3710032+00:00",
"antTrabajoFin": "2026-03-13T20:27:48.3710032+00:00",
"antPuestoIni": "2026-03-13T20:27:48.3710032+00:00",
"antPuestoFin": "2026-03-13T20:27:48.3710032+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