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": "04a15324-748f-4eca-9ebd-39593188a1be",
"numHijos": 2,
"idNivelEducativo": "13116f9a-cb4e-4ab9-b1e5-ce2fe759f535",
"idDepartamento": "e291f39f-b2d9-4e5c-9c8e-e38e9dd0a348",
"idPuesto": "333d2a94-171a-4404-8b7d-01e6d61ee1f5",
"antTrabajoIni": "2026-05-08T14:14:24.771096+00:00",
"antTrabajoFin": "2026-05-08T14:14:24.771096+00:00",
"antPuestoIni": "2026-05-08T14:14:24.771096+00:00",
"antPuestoFin": "2026-05-08T14:14:24.771096+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