POST api/PostDatosTrabajoPersonaBulk
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_PersonaTrabajo| Name | Description | Type | Additional information |
|---|---|---|---|
| idTrabajo | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| idTurno | globally unique identifier |
None. |
|
| nomTurno | string |
None. |
|
| idRotacion | globally unique identifier |
None. |
|
| nomRotacion | string |
None. |
|
| idTipoContrato | globally unique identifier |
None. |
|
| nomTipoContrato | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idTrabajo": "c2e3ffb7-99a9-47b9-a316-40cef4afb1da",
"idPersona": "6bac3487-2421-4f4f-9e58-2e06245f8372",
"idTurno": "3053e528-3477-4f44-a2fa-a73a39c2d264",
"nomTurno": "sample string 4",
"idRotacion": "78aed294-fb7b-4346-9a1e-ca9f1572acaf",
"nomRotacion": "sample string 6",
"idTipoContrato": "c05c110d-3b88-4d66-bba7-22860dc60b06",
"nomTipoContrato": "sample string 8"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true