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": "fbbfa2f1-eda8-431b-9b6a-b35432447f78",
"Fecha": "2026-04-20T08:24:50.6817483-03:00",
"NumeroOrden": 2,
"IdCampo": "8430e82c-db1b-409e-af2a-ca80f394ea6e",
"Campo": "sample string 4",
"IdLote": "638ea721-78a7-440e-939e-f32f5deb38ed",
"Lote": "sample string 6",
"CodigoPEP": "sample string 7",
"IdCultivo": "98aa4011-cf7d-4e22-8497-432090f8c760",
"Cultivo": "sample string 9",
"IdLaboreoCategoria": "245a1ecb-a815-41b8-a5cf-c724bb8da90a",
"LaboreoCategoria": "sample string 11",
"CodigoSapLaboreoCategoria": "sample string 12",
"IdCuadrilla": "a0fac152-ba35-475f-b8c6-8ac95d92edc0",
"Cuadrilla": "sample string 14",
"CodigoSapCuadrilla": "sample string 15",
"FechaLaboreo": "2026-04-20T08:24:50.6817483-03:00",
"TotalHsDia": 17.0,
"Usuario": "sample string 18"
},
{
"Id": "fbbfa2f1-eda8-431b-9b6a-b35432447f78",
"Fecha": "2026-04-20T08:24:50.6817483-03:00",
"NumeroOrden": 2,
"IdCampo": "8430e82c-db1b-409e-af2a-ca80f394ea6e",
"Campo": "sample string 4",
"IdLote": "638ea721-78a7-440e-939e-f32f5deb38ed",
"Lote": "sample string 6",
"CodigoPEP": "sample string 7",
"IdCultivo": "98aa4011-cf7d-4e22-8497-432090f8c760",
"Cultivo": "sample string 9",
"IdLaboreoCategoria": "245a1ecb-a815-41b8-a5cf-c724bb8da90a",
"LaboreoCategoria": "sample string 11",
"CodigoSapLaboreoCategoria": "sample string 12",
"IdCuadrilla": "a0fac152-ba35-475f-b8c6-8ac95d92edc0",
"Cuadrilla": "sample string 14",
"CodigoSapCuadrilla": "sample string 15",
"FechaLaboreo": "2026-04-20T08:24:50.6817483-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-04-20T08:24:50.6817483-03:00</Fecha>
<FechaLaboreo>2026-04-20T08:24:50.6817483-03:00</FechaLaboreo>
<Id>fbbfa2f1-eda8-431b-9b6a-b35432447f78</Id>
<IdCampo>8430e82c-db1b-409e-af2a-ca80f394ea6e</IdCampo>
<IdCuadrilla>a0fac152-ba35-475f-b8c6-8ac95d92edc0</IdCuadrilla>
<IdCultivo>98aa4011-cf7d-4e22-8497-432090f8c760</IdCultivo>
<IdLaboreoCategoria>245a1ecb-a815-41b8-a5cf-c724bb8da90a</IdLaboreoCategoria>
<IdLote>638ea721-78a7-440e-939e-f32f5deb38ed</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-04-20T08:24:50.6817483-03:00</Fecha>
<FechaLaboreo>2026-04-20T08:24:50.6817483-03:00</FechaLaboreo>
<Id>fbbfa2f1-eda8-431b-9b6a-b35432447f78</Id>
<IdCampo>8430e82c-db1b-409e-af2a-ca80f394ea6e</IdCampo>
<IdCuadrilla>a0fac152-ba35-475f-b8c6-8ac95d92edc0</IdCuadrilla>
<IdCultivo>98aa4011-cf7d-4e22-8497-432090f8c760</IdCultivo>
<IdLaboreoCategoria>245a1ecb-a815-41b8-a5cf-c724bb8da90a</IdLaboreoCategoria>
<IdLote>638ea721-78a7-440e-939e-f32f5deb38ed</IdLote>
<LaboreoCategoria>sample string 11</LaboreoCategoria>
<Lote>sample string 6</Lote>
<NumeroOrden>2</NumeroOrden>
<TotalHsDia>17</TotalHsDia>
<Usuario>sample string 18</Usuario>
</LaboreoPlanillaReportLineal>
</ArrayOfLaboreoPlanillaReportLineal>