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": "638f0c52-2f2c-4b2a-a8ac-53e9c5c4c218",
"numHijos": 2,
"idNivelEducativo": "491df663-7820-4d30-8b04-cf9c598a24cf",
"idDepartamento": "41aef7ff-b937-478c-8754-63a6f66222d9",
"idPuesto": "8421bd8e-a011-4aaf-a0d0-0673c138eb64",
"antTrabajoIni": "2026-06-18T03:18:18.2701491+00:00",
"antTrabajoFin": "2026-06-18T03:18:18.2701491+00:00",
"antPuestoIni": "2026-06-18T03:18:18.2701491+00:00",
"antPuestoFin": "2026-06-18T03:18:18.2701491+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