GET api/AguaUtilApi/GetActivosListaZonaCampana?idzona={idzona}&idcampana={idcampana}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idzona | globally unique identifier |
Required |
|
| idcampana | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "bba356e1-6494-4de2-98da-ca4741e6d01e",
"NombreLote": "sample string 2",
"IdKilimoLote": "sample string 3",
"IdCampo": "1c78d4c9-78ef-43b8-9973-597d7d32dc1b",
"NombreCampo": "sample string 5",
"IdKilimoCampo": "sample string 6",
"IdCliente": "606a62e3-42e5-444c-9fff-f799f78f2b58",
"NombreCliente": "sample string 8",
"IdCultivo": "c60d08ce-11b4-431a-ad54-74755887f416",
"NombreCultivo": "sample string 10",
"RiegoAcumuladoMM": 1.1,
"FechaUltimaLaminaRiego": "2026-04-20T08:24:48.4493167-03:00",
"MmUltimaLaminaRiego": 1.1,
"PrecipitacionAcumuladaMM": 1.1,
"FechaUltimaPrecipitacion": "2026-04-20T08:24:48.4493167-03:00",
"MmUltimaPrecipitacion": 1.1,
"PrecipitacionEfectivaMM": 1.1,
"ZonaSeguraPorcentaje": 1.1,
"PorcentajeAguaUtil": 1.1
},
{
"IdLote": "bba356e1-6494-4de2-98da-ca4741e6d01e",
"NombreLote": "sample string 2",
"IdKilimoLote": "sample string 3",
"IdCampo": "1c78d4c9-78ef-43b8-9973-597d7d32dc1b",
"NombreCampo": "sample string 5",
"IdKilimoCampo": "sample string 6",
"IdCliente": "606a62e3-42e5-444c-9fff-f799f78f2b58",
"NombreCliente": "sample string 8",
"IdCultivo": "c60d08ce-11b4-431a-ad54-74755887f416",
"NombreCultivo": "sample string 10",
"RiegoAcumuladoMM": 1.1,
"FechaUltimaLaminaRiego": "2026-04-20T08:24:48.4493167-03:00",
"MmUltimaLaminaRiego": 1.1,
"PrecipitacionAcumuladaMM": 1.1,
"FechaUltimaPrecipitacion": "2026-04-20T08:24:48.4493167-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-20T08:24:48.4493167-03:00</FechaUltimaLaminaRiego>
<FechaUltimaPrecipitacion>2026-04-20T08:24:48.4493167-03:00</FechaUltimaPrecipitacion>
<IdCampo>1c78d4c9-78ef-43b8-9973-597d7d32dc1b</IdCampo>
<IdCliente>606a62e3-42e5-444c-9fff-f799f78f2b58</IdCliente>
<IdCultivo>c60d08ce-11b4-431a-ad54-74755887f416</IdCultivo>
<IdKilimoCampo>sample string 6</IdKilimoCampo>
<IdKilimoLote>sample string 3</IdKilimoLote>
<IdLote>bba356e1-6494-4de2-98da-ca4741e6d01e</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-20T08:24:48.4493167-03:00</FechaUltimaLaminaRiego>
<FechaUltimaPrecipitacion>2026-04-20T08:24:48.4493167-03:00</FechaUltimaPrecipitacion>
<IdCampo>1c78d4c9-78ef-43b8-9973-597d7d32dc1b</IdCampo>
<IdCliente>606a62e3-42e5-444c-9fff-f799f78f2b58</IdCliente>
<IdCultivo>c60d08ce-11b4-431a-ad54-74755887f416</IdCultivo>
<IdKilimoCampo>sample string 6</IdKilimoCampo>
<IdKilimoLote>sample string 3</IdKilimoLote>
<IdLote>bba356e1-6494-4de2-98da-ca4741e6d01e</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>