GET api/LaboreoPlanillaAPI/GetPlanillaHorasCuadrilla?idcuadrilla={idcuadrilla}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcuadrilla | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LaboreoPlanillaHorasReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Cuil | string |
None. |
|
| NombreApellido | string |
None. |
|
| Legajo | string |
None. |
|
| IdCuadrilla | globally unique identifier |
None. |
|
| Cuadrilla | string |
None. |
|
| FechaDeIngreso | date |
None. |
|
| FechaDeEgreso | date |
None. |
|
| Items | Collection of LaboreoPlanillaHorasItem |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "337c200a-a82e-4298-9d03-c78b8df5ab52",
"Cuil": "sample string 2",
"NombreApellido": "sample string 3",
"Legajo": "sample string 4",
"IdCuadrilla": "f41afbf3-be1a-4596-86f3-499d871e7e77",
"Cuadrilla": "sample string 6",
"FechaDeIngreso": "2026-01-09T12:48:02.3721818-03:00",
"FechaDeEgreso": "2026-01-09T12:48:02.3721818-03:00",
"Items": [
{
"Dia": 1,
"Mes": 2,
"Horas": 3.0,
"Destajo": 4.0,
"Jornal": 5.0,
"Hs50": 6.0,
"Hs100": 7.0
},
{
"Dia": 1,
"Mes": 2,
"Horas": 3.0,
"Destajo": 4.0,
"Jornal": 5.0,
"Hs50": 6.0,
"Hs100": 7.0
}
]
},
{
"Id": "337c200a-a82e-4298-9d03-c78b8df5ab52",
"Cuil": "sample string 2",
"NombreApellido": "sample string 3",
"Legajo": "sample string 4",
"IdCuadrilla": "f41afbf3-be1a-4596-86f3-499d871e7e77",
"Cuadrilla": "sample string 6",
"FechaDeIngreso": "2026-01-09T12:48:02.3721818-03:00",
"FechaDeEgreso": "2026-01-09T12:48:02.3721818-03:00",
"Items": [
{
"Dia": 1,
"Mes": 2,
"Horas": 3.0,
"Destajo": 4.0,
"Jornal": 5.0,
"Hs50": 6.0,
"Hs100": 7.0
},
{
"Dia": 1,
"Mes": 2,
"Horas": 3.0,
"Destajo": 4.0,
"Jornal": 5.0,
"Hs50": 6.0,
"Hs100": 7.0
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfLaboreoPlanillaHorasReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<LaboreoPlanillaHorasReport>
<Cuadrilla>sample string 6</Cuadrilla>
<Cuil>sample string 2</Cuil>
<FechaDeEgreso>2026-01-09T12:48:02.3721818-03:00</FechaDeEgreso>
<FechaDeIngreso>2026-01-09T12:48:02.3721818-03:00</FechaDeIngreso>
<Id>337c200a-a82e-4298-9d03-c78b8df5ab52</Id>
<IdCuadrilla>f41afbf3-be1a-4596-86f3-499d871e7e77</IdCuadrilla>
<Items>
<LaboreoPlanillaHorasItem>
<Destajo>4</Destajo>
<Dia>1</Dia>
<Horas>3</Horas>
<Hs100>7</Hs100>
<Hs50>6</Hs50>
<Jornal>5</Jornal>
<Mes>2</Mes>
</LaboreoPlanillaHorasItem>
<LaboreoPlanillaHorasItem>
<Destajo>4</Destajo>
<Dia>1</Dia>
<Horas>3</Horas>
<Hs100>7</Hs100>
<Hs50>6</Hs50>
<Jornal>5</Jornal>
<Mes>2</Mes>
</LaboreoPlanillaHorasItem>
</Items>
<Legajo>sample string 4</Legajo>
<NombreApellido>sample string 3</NombreApellido>
</LaboreoPlanillaHorasReport>
<LaboreoPlanillaHorasReport>
<Cuadrilla>sample string 6</Cuadrilla>
<Cuil>sample string 2</Cuil>
<FechaDeEgreso>2026-01-09T12:48:02.3721818-03:00</FechaDeEgreso>
<FechaDeIngreso>2026-01-09T12:48:02.3721818-03:00</FechaDeIngreso>
<Id>337c200a-a82e-4298-9d03-c78b8df5ab52</Id>
<IdCuadrilla>f41afbf3-be1a-4596-86f3-499d871e7e77</IdCuadrilla>
<Items>
<LaboreoPlanillaHorasItem>
<Destajo>4</Destajo>
<Dia>1</Dia>
<Horas>3</Horas>
<Hs100>7</Hs100>
<Hs50>6</Hs50>
<Jornal>5</Jornal>
<Mes>2</Mes>
</LaboreoPlanillaHorasItem>
<LaboreoPlanillaHorasItem>
<Destajo>4</Destajo>
<Dia>1</Dia>
<Horas>3</Horas>
<Hs100>7</Hs100>
<Hs50>6</Hs50>
<Jornal>5</Jornal>
<Mes>2</Mes>
</LaboreoPlanillaHorasItem>
</Items>
<Legajo>sample string 4</Legajo>
<NombreApellido>sample string 3</NombreApellido>
</LaboreoPlanillaHorasReport>
</ArrayOfLaboreoPlanillaHorasReport>