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": "85d48b2e-f31a-458b-8a73-0e2a78c02dd1",
"idPersona": "d8a6a109-0ef9-4c04-9fab-ea6cf11fd637",
"idTurno": "68631fff-c2b4-4825-98db-d2ab02c360cb",
"nomTurno": "sample string 4",
"idRotacion": "1c11ea6a-fb49-4e84-99ac-e9b0252a3eb9",
"nomRotacion": "sample string 6",
"idTipoContrato": "2625c643-6117-4b51-b5ff-8f5a49796060",
"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