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": "8bed8bd6-c062-4b0c-8c83-7ccf6c67e220",
"idPersona": "fc94cd9a-9962-44df-8f3c-e3f42744d8e7",
"idTurno": "da1bee2d-5a82-4344-b67f-0cdb5c458fd1",
"nomTurno": "sample string 4",
"idRotacion": "84f1bf40-0a5d-42ad-a7a0-2ade75459c2c",
"nomRotacion": "sample string 6",
"idTipoContrato": "fa059eca-85f1-43f6-9405-35e8fac2f547",
"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