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": "76c7a753-e821-4fb6-8bda-e4a68b3b56ed",
"idPersona": "110055f3-4f5d-4a4d-a5ff-41f8b010044b",
"idTurno": "27147685-fb3c-49ed-8112-8618055fa61e",
"nomTurno": "sample string 4",
"idRotacion": "f1bd42a8-0081-4351-b977-a1c18e4ebe21",
"nomRotacion": "sample string 6",
"idTipoContrato": "6ac57ee2-b76a-4b33-b717-711749f8d4f6",
"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