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": "16d889c0-2f70-40cf-aa32-cab57873891a",
"idPersona": "fbc5656d-bca9-4212-baf6-2e36f9041beb",
"idTurno": "5cc61d52-d0fb-4870-9c77-07487b294e3b",
"nomTurno": "sample string 4",
"idRotacion": "f42d5ce6-debf-4fce-ae76-7479e4b9ae73",
"nomRotacion": "sample string 6",
"idTipoContrato": "daf683a3-9886-42fd-a821-7f3778706876",
"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