GET api/AguaUtilApi/GetBorradosListaZonaCampana?idzona={idzona}&idcampana={idcampana}
Retrieves a collection of deleted irrigation and precipitation records for the specified zone and campaign.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idzona |
The unique identifier of the zone for which to retrieve deleted records. |
globally unique identifier |
Required |
| idcampana |
The unique identifier of the campaign associated with the deleted records. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
An enumerable collection of objects representing the deleted irrigation and precipitation records for the specified zone and campaign. Returns an empty collection if no deleted records are found.
Collection of AguaUtilReport| Name | Description | Type | Additional information |
|---|---|---|---|
| IdLote | globally unique identifier |
None. |
|
| NombreLote | string |
None. |
|
| IdKilimoLote | string |
None. |
|
| IdCampo | globally unique identifier |
None. |
|
| NombreCampo | string |
None. |
|
| IdKilimoCampo | string |
None. |
|
| IdCliente | globally unique identifier |
None. |
|
| NombreCliente | string |
None. |
|
| IdCultivo | globally unique identifier |
None. |
|
| NombreCultivo | string |
None. |
|
| RiegoAcumuladoMM | decimal number |
None. |
|
| FechaUltimaLaminaRiego | date |
None. |
|
| MmUltimaLaminaRiego | decimal number |
None. |
|
| PrecipitacionAcumuladaMM | decimal number |
None. |
|
| FechaUltimaPrecipitacion | date |
None. |
|
| MmUltimaPrecipitacion | decimal number |
None. |
|
| PrecipitacionEfectivaMM | decimal number |
None. |
|
| ZonaSeguraPorcentaje | decimal number |
None. |
|
| PorcentajeAguaUtil | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdLote": "b22d0c6d-0329-465b-b972-130aa180b366",
"NombreLote": "sample string 2",
"IdKilimoLote": "sample string 3",
"IdCampo": "cc4b80d6-dfb7-4b41-a073-c7d83e1756c9",
"NombreCampo": "sample string 5",
"IdKilimoCampo": "sample string 6",
"IdCliente": "c811c1e7-998c-4de1-bd71-e2e84594d1b3",
"NombreCliente": "sample string 8",
"IdCultivo": "d1c94bf0-9f61-40fb-ad15-e6168f758143",
"NombreCultivo": "sample string 10",
"RiegoAcumuladoMM": 1.1,
"FechaUltimaLaminaRiego": "2026-04-15T10:02:41.1879575-03:00",
"MmUltimaLaminaRiego": 1.1,
"PrecipitacionAcumuladaMM": 1.1,
"FechaUltimaPrecipitacion": "2026-04-15T10:02:41.1879575-03:00",
"MmUltimaPrecipitacion": 1.1,
"PrecipitacionEfectivaMM": 1.1,
"ZonaSeguraPorcentaje": 1.1,
"PorcentajeAguaUtil": 1.1
},
{
"IdLote": "b22d0c6d-0329-465b-b972-130aa180b366",
"NombreLote": "sample string 2",
"IdKilimoLote": "sample string 3",
"IdCampo": "cc4b80d6-dfb7-4b41-a073-c7d83e1756c9",
"NombreCampo": "sample string 5",
"IdKilimoCampo": "sample string 6",
"IdCliente": "c811c1e7-998c-4de1-bd71-e2e84594d1b3",
"NombreCliente": "sample string 8",
"IdCultivo": "d1c94bf0-9f61-40fb-ad15-e6168f758143",
"NombreCultivo": "sample string 10",
"RiegoAcumuladoMM": 1.1,
"FechaUltimaLaminaRiego": "2026-04-15T10:02:41.1879575-03:00",
"MmUltimaLaminaRiego": 1.1,
"PrecipitacionAcumuladaMM": 1.1,
"FechaUltimaPrecipitacion": "2026-04-15T10:02:41.1879575-03:00",
"MmUltimaPrecipitacion": 1.1,
"PrecipitacionEfectivaMM": 1.1,
"ZonaSeguraPorcentaje": 1.1,
"PorcentajeAguaUtil": 1.1
}
]
application/xml, text/xml
Sample:
<ArrayOfAguaUtilReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.DTO">
<AguaUtilReport>
<FechaUltimaLaminaRiego>2026-04-15T10:02:41.1879575-03:00</FechaUltimaLaminaRiego>
<FechaUltimaPrecipitacion>2026-04-15T10:02:41.1879575-03:00</FechaUltimaPrecipitacion>
<IdCampo>cc4b80d6-dfb7-4b41-a073-c7d83e1756c9</IdCampo>
<IdCliente>c811c1e7-998c-4de1-bd71-e2e84594d1b3</IdCliente>
<IdCultivo>d1c94bf0-9f61-40fb-ad15-e6168f758143</IdCultivo>
<IdKilimoCampo>sample string 6</IdKilimoCampo>
<IdKilimoLote>sample string 3</IdKilimoLote>
<IdLote>b22d0c6d-0329-465b-b972-130aa180b366</IdLote>
<MmUltimaLaminaRiego>1.1</MmUltimaLaminaRiego>
<MmUltimaPrecipitacion>1.1</MmUltimaPrecipitacion>
<NombreCampo>sample string 5</NombreCampo>
<NombreCliente>sample string 8</NombreCliente>
<NombreCultivo>sample string 10</NombreCultivo>
<NombreLote>sample string 2</NombreLote>
<PorcentajeAguaUtil>1.1</PorcentajeAguaUtil>
<PrecipitacionAcumuladaMM>1.1</PrecipitacionAcumuladaMM>
<PrecipitacionEfectivaMM>1.1</PrecipitacionEfectivaMM>
<RiegoAcumuladoMM>1.1</RiegoAcumuladoMM>
<ZonaSeguraPorcentaje>1.1</ZonaSeguraPorcentaje>
</AguaUtilReport>
<AguaUtilReport>
<FechaUltimaLaminaRiego>2026-04-15T10:02:41.1879575-03:00</FechaUltimaLaminaRiego>
<FechaUltimaPrecipitacion>2026-04-15T10:02:41.1879575-03:00</FechaUltimaPrecipitacion>
<IdCampo>cc4b80d6-dfb7-4b41-a073-c7d83e1756c9</IdCampo>
<IdCliente>c811c1e7-998c-4de1-bd71-e2e84594d1b3</IdCliente>
<IdCultivo>d1c94bf0-9f61-40fb-ad15-e6168f758143</IdCultivo>
<IdKilimoCampo>sample string 6</IdKilimoCampo>
<IdKilimoLote>sample string 3</IdKilimoLote>
<IdLote>b22d0c6d-0329-465b-b972-130aa180b366</IdLote>
<MmUltimaLaminaRiego>1.1</MmUltimaLaminaRiego>
<MmUltimaPrecipitacion>1.1</MmUltimaPrecipitacion>
<NombreCampo>sample string 5</NombreCampo>
<NombreCliente>sample string 8</NombreCliente>
<NombreCultivo>sample string 10</NombreCultivo>
<NombreLote>sample string 2</NombreLote>
<PorcentajeAguaUtil>1.1</PorcentajeAguaUtil>
<PrecipitacionAcumuladaMM>1.1</PrecipitacionAcumuladaMM>
<PrecipitacionEfectivaMM>1.1</PrecipitacionEfectivaMM>
<RiegoAcumuladoMM>1.1</RiegoAcumuladoMM>
<ZonaSeguraPorcentaje>1.1</ZonaSeguraPorcentaje>
</AguaUtilReport>
</ArrayOfAguaUtilReport>