GET api/LaboreoPlanillaAPI/GetBorradosLinealZonaCampanaFecha?idzona={idzona}&idcampana={idcampana}&desde={desde}&hasta={hasta}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idzona | globally unique identifier |
Required |
|
| idcampana | globally unique identifier |
Required |
|
| desde | string |
Required |
|
| hasta | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LaboreoPlanillaReportLineal| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Fecha | date |
None. |
|
| NumeroOrden | integer |
None. |
|
| IdCampo | globally unique identifier |
None. |
|
| Campo | string |
None. |
|
| IdLote | globally unique identifier |
None. |
|
| Lote | string |
None. |
|
| CodigoPEP | string |
None. |
|
| IdCultivo | globally unique identifier |
None. |
|
| Cultivo | string |
None. |
|
| IdLaboreoCategoria | globally unique identifier |
None. |
|
| LaboreoCategoria | string |
None. |
|
| CodigoSapLaboreoCategoria | string |
None. |
|
| IdCuadrilla | globally unique identifier |
None. |
|
| Cuadrilla | string |
None. |
|
| CodigoSapCuadrilla | string |
None. |
|
| FechaLaboreo | date |
None. |
|
| TotalHsDia | decimal number |
None. |
|
| Usuario | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "b47b0e25-38e0-4754-89bc-d27289e6d63f",
"Fecha": "2026-01-09T12:43:43.3732656-03:00",
"NumeroOrden": 2,
"IdCampo": "83036335-b938-44df-8ee9-9fa195ed16dd",
"Campo": "sample string 4",
"IdLote": "e2889ecf-19b0-4107-9c64-01db288a657b",
"Lote": "sample string 6",
"CodigoPEP": "sample string 7",
"IdCultivo": "4de6e5db-66db-4388-85b0-83cd44b6db4d",
"Cultivo": "sample string 9",
"IdLaboreoCategoria": "38d14e26-1176-48a6-bd51-04e2712a1136",
"LaboreoCategoria": "sample string 11",
"CodigoSapLaboreoCategoria": "sample string 12",
"IdCuadrilla": "b760e290-2d27-4362-ade5-be31f4108857",
"Cuadrilla": "sample string 14",
"CodigoSapCuadrilla": "sample string 15",
"FechaLaboreo": "2026-01-09T12:43:43.3732656-03:00",
"TotalHsDia": 17.0,
"Usuario": "sample string 18"
},
{
"Id": "b47b0e25-38e0-4754-89bc-d27289e6d63f",
"Fecha": "2026-01-09T12:43:43.3732656-03:00",
"NumeroOrden": 2,
"IdCampo": "83036335-b938-44df-8ee9-9fa195ed16dd",
"Campo": "sample string 4",
"IdLote": "e2889ecf-19b0-4107-9c64-01db288a657b",
"Lote": "sample string 6",
"CodigoPEP": "sample string 7",
"IdCultivo": "4de6e5db-66db-4388-85b0-83cd44b6db4d",
"Cultivo": "sample string 9",
"IdLaboreoCategoria": "38d14e26-1176-48a6-bd51-04e2712a1136",
"LaboreoCategoria": "sample string 11",
"CodigoSapLaboreoCategoria": "sample string 12",
"IdCuadrilla": "b760e290-2d27-4362-ade5-be31f4108857",
"Cuadrilla": "sample string 14",
"CodigoSapCuadrilla": "sample string 15",
"FechaLaboreo": "2026-01-09T12:43:43.3732656-03:00",
"TotalHsDia": 17.0,
"Usuario": "sample string 18"
}
]
application/xml, text/xml
Sample:
<ArrayOfLaboreoPlanillaReportLineal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<LaboreoPlanillaReportLineal>
<Campo>sample string 4</Campo>
<CodigoPEP>sample string 7</CodigoPEP>
<CodigoSapCuadrilla>sample string 15</CodigoSapCuadrilla>
<CodigoSapLaboreoCategoria>sample string 12</CodigoSapLaboreoCategoria>
<Cuadrilla>sample string 14</Cuadrilla>
<Cultivo>sample string 9</Cultivo>
<Fecha>2026-01-09T12:43:43.3732656-03:00</Fecha>
<FechaLaboreo>2026-01-09T12:43:43.3732656-03:00</FechaLaboreo>
<Id>b47b0e25-38e0-4754-89bc-d27289e6d63f</Id>
<IdCampo>83036335-b938-44df-8ee9-9fa195ed16dd</IdCampo>
<IdCuadrilla>b760e290-2d27-4362-ade5-be31f4108857</IdCuadrilla>
<IdCultivo>4de6e5db-66db-4388-85b0-83cd44b6db4d</IdCultivo>
<IdLaboreoCategoria>38d14e26-1176-48a6-bd51-04e2712a1136</IdLaboreoCategoria>
<IdLote>e2889ecf-19b0-4107-9c64-01db288a657b</IdLote>
<LaboreoCategoria>sample string 11</LaboreoCategoria>
<Lote>sample string 6</Lote>
<NumeroOrden>2</NumeroOrden>
<TotalHsDia>17</TotalHsDia>
<Usuario>sample string 18</Usuario>
</LaboreoPlanillaReportLineal>
<LaboreoPlanillaReportLineal>
<Campo>sample string 4</Campo>
<CodigoPEP>sample string 7</CodigoPEP>
<CodigoSapCuadrilla>sample string 15</CodigoSapCuadrilla>
<CodigoSapLaboreoCategoria>sample string 12</CodigoSapLaboreoCategoria>
<Cuadrilla>sample string 14</Cuadrilla>
<Cultivo>sample string 9</Cultivo>
<Fecha>2026-01-09T12:43:43.3732656-03:00</Fecha>
<FechaLaboreo>2026-01-09T12:43:43.3732656-03:00</FechaLaboreo>
<Id>b47b0e25-38e0-4754-89bc-d27289e6d63f</Id>
<IdCampo>83036335-b938-44df-8ee9-9fa195ed16dd</IdCampo>
<IdCuadrilla>b760e290-2d27-4362-ade5-be31f4108857</IdCuadrilla>
<IdCultivo>4de6e5db-66db-4388-85b0-83cd44b6db4d</IdCultivo>
<IdLaboreoCategoria>38d14e26-1176-48a6-bd51-04e2712a1136</IdLaboreoCategoria>
<IdLote>e2889ecf-19b0-4107-9c64-01db288a657b</IdLote>
<LaboreoCategoria>sample string 11</LaboreoCategoria>
<Lote>sample string 6</Lote>
<NumeroOrden>2</NumeroOrden>
<TotalHsDia>17</TotalHsDia>
<Usuario>sample string 18</Usuario>
</LaboreoPlanillaReportLineal>
</ArrayOfLaboreoPlanillaReportLineal>