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": "746753ad-9541-456c-b7a5-97c885339d8e",
"idPersona": "444e4c39-d303-4de1-9f60-b695dafb8d0a",
"idTurno": "202dc146-7115-456d-9462-759c05c67a6e",
"nomTurno": "sample string 4",
"idRotacion": "854d8be0-19be-432a-abc4-c6d0eb8888cd",
"nomRotacion": "sample string 6",
"idTipoContrato": "c42b3471-257e-4941-94c3-850c8c81f254",
"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