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": "9630193a-f722-41b7-8983-66d0f6471a79",
"numHijos": 2,
"idNivelEducativo": "51992d3c-6765-4f85-9f70-63d22a41e14b",
"idDepartamento": "917f9f97-c37a-4fa7-89e0-7ce87259d490",
"idPuesto": "fcdb9915-d28f-426b-9f65-1574bae23afa",
"antTrabajoIni": "2026-03-25T06:27:30.7769796-04:00",
"antTrabajoFin": "2026-03-25T06:27:30.7769796-04:00",
"antPuestoIni": "2026-03-25T06:27:30.7769796-04:00",
"antPuestoFin": "2026-03-25T06:27:30.7769796-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