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": "cf225a43-8fbe-4e58-b2de-b5e88a93f1ed",
"numHijos": 2,
"idNivelEducativo": "ed9f9f06-5546-4994-b1c5-5a7a24ddc6af",
"idDepartamento": "47e2ba85-31f4-493d-9724-670ceeeb5165",
"idPuesto": "fcefe59b-825b-45e7-ab98-494e932ef8d5",
"antTrabajoIni": "2026-04-04T14:28:04.9428942-04:00",
"antTrabajoFin": "2026-04-04T14:28:04.9428942-04:00",
"antPuestoIni": "2026-04-04T14:28:04.9428942-04:00",
"antPuestoFin": "2026-04-04T14:28:04.9428942-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