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": "55aa8615-779a-47fd-a40a-52eee5c5e815",
"idPersona": "34729912-2d47-49bc-9548-879091d07a22",
"idTurno": "ce72a602-4eb3-4c79-a070-0130339982e7",
"nomTurno": "sample string 4",
"idRotacion": "a2cef53a-ff6c-4fe9-aa66-97ee83681d73",
"nomRotacion": "sample string 6",
"idTipoContrato": "ffc75923-dc56-4340-ae93-2c029f21507c",
"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