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": "b8c7b719-8a9f-408a-bd7b-d6c567c76e16",
"numHijos": 2,
"idNivelEducativo": "e271269a-22a5-4338-86b8-8318ec8b8bb9",
"idDepartamento": "09ce1542-e268-4357-868e-51d9589fba15",
"idPuesto": "5295a6fd-a10b-4839-b1f5-4104d6600488",
"antTrabajoIni": "2026-08-12T14:51:43.9256421+00:00",
"antTrabajoFin": "2026-08-12T14:51:43.9256421+00:00",
"antPuestoIni": "2026-08-12T14:51:43.9256421+00:00",
"antPuestoFin": "2026-08-12T14:51:43.9256421+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