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": "67b058c1-c07c-4b93-80c0-504742ba85ad",
"numHijos": 2,
"idNivelEducativo": "75637cc1-eb45-4357-b4fd-e6f7e4a2349f",
"idDepartamento": "08aea975-ce3c-4e48-86e4-6b3051e421b4",
"idPuesto": "00bbd03c-394a-4ba0-b2ed-7895036c0774",
"antTrabajoIni": "2026-03-21T01:49:56.4171064-04:00",
"antTrabajoFin": "2026-03-21T01:49:56.4171064-04:00",
"antPuestoIni": "2026-03-21T01:49:56.4171064-04:00",
"antPuestoFin": "2026-03-21T01:49:56.4171064-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