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": "64e04763-b58e-4417-8e5d-624afaf4a738",
"idPersona": "e7b2f390-86f9-4790-af1a-b73cedcc88a3",
"idTurno": "3f9e63b2-1f74-4737-9a9b-410e7b95fc84",
"nomTurno": "sample string 4",
"idRotacion": "7566b478-05ef-4fc4-98af-f0569d37dd71",
"nomRotacion": "sample string 6",
"idTipoContrato": "e3139c8f-8ec1-4985-8510-3564625824ee",
"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