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": "2d788a94-80ea-4081-ae64-5d2852f9db6a",
"numHijos": 2,
"idNivelEducativo": "85563eae-2569-4267-bec0-58b02c6d2b72",
"idDepartamento": "2fb8579a-d4e6-47fd-8808-88a3992c54df",
"idPuesto": "e0926079-a644-44b6-a918-f581f507fa2b",
"antTrabajoIni": "2026-09-03T14:52:10.8309332+00:00",
"antTrabajoFin": "2026-09-03T14:52:10.8309332+00:00",
"antPuestoIni": "2026-09-03T14:52:10.8309332+00:00",
"antPuestoFin": "2026-09-03T14:52:10.8309332+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