GET api/GetPersonaTrabajo?idPersona={idPersona}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"idTrabajo": "5366293f-197b-4138-bfc4-d8e0d2ce45bb",
"idPersona": "1646b97c-73b0-4c85-b82e-02413d5df136",
"idTurno": "1136fd4d-b78b-4a47-bbb7-b9c7dd86c02d",
"nomTurno": "sample string 4",
"idRotacion": "3511053e-c1b3-4cf4-bace-4b4eb7a38b5b",
"nomRotacion": "sample string 6",
"idTipoContrato": "e7dae3fc-dfa1-4763-9703-f501185ebf71",
"nomTipoContrato": "sample string 8"
}