GET api/LaboreoPlanillaAPI/GetPlanillaHorasCuadrilla?idcuadrilla={idcuadrilla}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idcuadrilla

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LaboreoPlanillaHorasReport
NameDescriptionTypeAdditional 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": "17aa5960-9c58-4d38-bc42-0a3115086bf8",
    "Cuil": "sample string 2",
    "NombreApellido": "sample string 3",
    "Legajo": "sample string 4",
    "IdCuadrilla": "e8245663-ed26-49fa-828a-10c41a33419d",
    "Cuadrilla": "sample string 6",
    "FechaDeIngreso": "2026-01-09T12:24:19.0485911-03:00",
    "FechaDeEgreso": "2026-01-09T12:24:19.0485911-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": "17aa5960-9c58-4d38-bc42-0a3115086bf8",
    "Cuil": "sample string 2",
    "NombreApellido": "sample string 3",
    "Legajo": "sample string 4",
    "IdCuadrilla": "e8245663-ed26-49fa-828a-10c41a33419d",
    "Cuadrilla": "sample string 6",
    "FechaDeIngreso": "2026-01-09T12:24:19.0485911-03:00",
    "FechaDeEgreso": "2026-01-09T12:24:19.0485911-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:24:19.0485911-03:00</FechaDeEgreso>
    <FechaDeIngreso>2026-01-09T12:24:19.0485911-03:00</FechaDeIngreso>
    <Id>17aa5960-9c58-4d38-bc42-0a3115086bf8</Id>
    <IdCuadrilla>e8245663-ed26-49fa-828a-10c41a33419d</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:24:19.0485911-03:00</FechaDeEgreso>
    <FechaDeIngreso>2026-01-09T12:24:19.0485911-03:00</FechaDeIngreso>
    <Id>17aa5960-9c58-4d38-bc42-0a3115086bf8</Id>
    <IdCuadrilla>e8245663-ed26-49fa-828a-10c41a33419d</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>