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": "51c2196a-fb29-4f68-ba31-3ff2a33a3619",
"idPersona": "984aaa69-722b-49ae-9535-aa37f2f61b07",
"idTurno": "62d03879-5966-4461-904f-f9167a24503d",
"nomTurno": "sample string 4",
"idRotacion": "f53303c1-64f0-4b85-bf28-5ef71bb15618",
"nomRotacion": "sample string 6",
"idTipoContrato": "350e2817-e51e-4110-a240-5beb8cecf5b0",
"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