GET api/MuestreoHumedadAPI/GetBorradosVistaZonaCampanaFecha?idzona={idzona}&idcampana={idcampana}&desde={desde}&hasta={hasta}
GetBorradosVistaCampanaFecha
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 MuestreoHumedadReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Fecha | date |
None. |
|
| IdCampo | globally unique identifier |
None. |
|
| NombreCampo | string |
None. |
|
| IdLote | globally unique identifier |
None. |
|
| NombreLote | string |
None. |
|
| IdCultivo | globally unique identifier |
None. |
|
| NombreCultivo | string |
None. |
|
| IdCliente | globally unique identifier |
None. |
|
| NombreCliente | string |
None. |
|
| Condicion | string |
None. |
|
| ElementoMedicion | string |
None. |
|
| Hibrido | string |
None. |
|
| HumedadMaximaCosecha | decimal number |
None. |
|
| HumedadMinimaCosecha | decimal number |
None. |
|
| Promedio | decimal number |
None. |
|
| Percentil90 | decimal number |
None. |
|
| CumpleHumedadCosecha | boolean |
None. |
|
| HabilitaCosecha | boolean |
None. |
|
| VE1 | decimal number |
None. |
|
| VE2 | decimal number |
None. |
|
| VE3 | decimal number |
None. |
|
| VE4 | decimal number |
None. |
|
| VE5 | decimal number |
None. |
|
| VE6 | decimal number |
None. |
|
| VE7 | decimal number |
None. |
|
| VE8 | decimal number |
None. |
|
| VE9 | decimal number |
None. |
|
| VE10 | decimal number |
None. |
|
| VE11 | decimal number |
None. |
|
| VE12 | decimal number |
None. |
|
| VE13 | decimal number |
None. |
|
| VE14 | decimal number |
None. |
|
| VE15 | decimal number |
None. |
|
| VE16 | decimal number |
None. |
|
| VE17 | decimal number |
None. |
|
| VE18 | decimal number |
None. |
|
| VEMin | decimal number |
None. |
|
| VEMax | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "c34b8f51-04f6-4760-98d5-f3864c3b5bf8",
"Fecha": "2026-01-09T12:46:32.3942478-03:00",
"IdCampo": "54dd1e24-3166-4d33-948b-cdea3e8c7a71",
"NombreCampo": "sample string 3",
"IdLote": "7bace72e-b430-41a7-a85a-30365481aab9",
"NombreLote": "sample string 5",
"IdCultivo": "c55091cf-a26d-497a-8565-18a996c85e93",
"NombreCultivo": "sample string 7",
"IdCliente": "1a0f044e-7b83-4170-80f3-fe7e56425a86",
"NombreCliente": "sample string 9",
"Condicion": "sample string 10",
"ElementoMedicion": "sample string 11",
"Hibrido": "sample string 12",
"HumedadMaximaCosecha": 13.0,
"HumedadMinimaCosecha": 14.0,
"Promedio": 15.0,
"Percentil90": 16.0,
"CumpleHumedadCosecha": true,
"HabilitaCosecha": true,
"VE1": 19.0,
"VE2": 20.0,
"VE3": 21.0,
"VE4": 22.0,
"VE5": 23.0,
"VE6": 24.0,
"VE7": 25.0,
"VE8": 26.0,
"VE9": 27.0,
"VE10": 28.0,
"VE11": 29.0,
"VE12": 30.0,
"VE13": 31.0,
"VE14": 32.0,
"VE15": 33.0,
"VE16": 34.0,
"VE17": 35.0,
"VE18": 36.0,
"VEMin": 37.0,
"VEMax": 38.0
},
{
"Id": "c34b8f51-04f6-4760-98d5-f3864c3b5bf8",
"Fecha": "2026-01-09T12:46:32.3942478-03:00",
"IdCampo": "54dd1e24-3166-4d33-948b-cdea3e8c7a71",
"NombreCampo": "sample string 3",
"IdLote": "7bace72e-b430-41a7-a85a-30365481aab9",
"NombreLote": "sample string 5",
"IdCultivo": "c55091cf-a26d-497a-8565-18a996c85e93",
"NombreCultivo": "sample string 7",
"IdCliente": "1a0f044e-7b83-4170-80f3-fe7e56425a86",
"NombreCliente": "sample string 9",
"Condicion": "sample string 10",
"ElementoMedicion": "sample string 11",
"Hibrido": "sample string 12",
"HumedadMaximaCosecha": 13.0,
"HumedadMinimaCosecha": 14.0,
"Promedio": 15.0,
"Percentil90": 16.0,
"CumpleHumedadCosecha": true,
"HabilitaCosecha": true,
"VE1": 19.0,
"VE2": 20.0,
"VE3": 21.0,
"VE4": 22.0,
"VE5": 23.0,
"VE6": 24.0,
"VE7": 25.0,
"VE8": 26.0,
"VE9": 27.0,
"VE10": 28.0,
"VE11": 29.0,
"VE12": 30.0,
"VE13": 31.0,
"VE14": 32.0,
"VE15": 33.0,
"VE16": 34.0,
"VE17": 35.0,
"VE18": 36.0,
"VEMin": 37.0,
"VEMax": 38.0
}
]
application/xml, text/xml
Sample:
<ArrayOfMuestreoHumedadReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<MuestreoHumedadReport>
<Condicion>sample string 10</Condicion>
<CumpleHumedadCosecha>true</CumpleHumedadCosecha>
<ElementoMedicion>sample string 11</ElementoMedicion>
<Fecha>2026-01-09T12:46:32.3942478-03:00</Fecha>
<HabilitaCosecha>true</HabilitaCosecha>
<Hibrido>sample string 12</Hibrido>
<HumedadMaximaCosecha>13</HumedadMaximaCosecha>
<HumedadMinimaCosecha>14</HumedadMinimaCosecha>
<Id>c34b8f51-04f6-4760-98d5-f3864c3b5bf8</Id>
<IdCampo>54dd1e24-3166-4d33-948b-cdea3e8c7a71</IdCampo>
<IdCliente>1a0f044e-7b83-4170-80f3-fe7e56425a86</IdCliente>
<IdCultivo>c55091cf-a26d-497a-8565-18a996c85e93</IdCultivo>
<IdLote>7bace72e-b430-41a7-a85a-30365481aab9</IdLote>
<NombreCampo>sample string 3</NombreCampo>
<NombreCliente>sample string 9</NombreCliente>
<NombreCultivo>sample string 7</NombreCultivo>
<NombreLote>sample string 5</NombreLote>
<Percentil90>16</Percentil90>
<Promedio>15</Promedio>
<VE1>19</VE1>
<VE10>28</VE10>
<VE11>29</VE11>
<VE12>30</VE12>
<VE13>31</VE13>
<VE14>32</VE14>
<VE15>33</VE15>
<VE16>34</VE16>
<VE17>35</VE17>
<VE18>36</VE18>
<VE2>20</VE2>
<VE3>21</VE3>
<VE4>22</VE4>
<VE5>23</VE5>
<VE6>24</VE6>
<VE7>25</VE7>
<VE8>26</VE8>
<VE9>27</VE9>
<VEMax>38</VEMax>
<VEMin>37</VEMin>
</MuestreoHumedadReport>
<MuestreoHumedadReport>
<Condicion>sample string 10</Condicion>
<CumpleHumedadCosecha>true</CumpleHumedadCosecha>
<ElementoMedicion>sample string 11</ElementoMedicion>
<Fecha>2026-01-09T12:46:32.3942478-03:00</Fecha>
<HabilitaCosecha>true</HabilitaCosecha>
<Hibrido>sample string 12</Hibrido>
<HumedadMaximaCosecha>13</HumedadMaximaCosecha>
<HumedadMinimaCosecha>14</HumedadMinimaCosecha>
<Id>c34b8f51-04f6-4760-98d5-f3864c3b5bf8</Id>
<IdCampo>54dd1e24-3166-4d33-948b-cdea3e8c7a71</IdCampo>
<IdCliente>1a0f044e-7b83-4170-80f3-fe7e56425a86</IdCliente>
<IdCultivo>c55091cf-a26d-497a-8565-18a996c85e93</IdCultivo>
<IdLote>7bace72e-b430-41a7-a85a-30365481aab9</IdLote>
<NombreCampo>sample string 3</NombreCampo>
<NombreCliente>sample string 9</NombreCliente>
<NombreCultivo>sample string 7</NombreCultivo>
<NombreLote>sample string 5</NombreLote>
<Percentil90>16</Percentil90>
<Promedio>15</Promedio>
<VE1>19</VE1>
<VE10>28</VE10>
<VE11>29</VE11>
<VE12>30</VE12>
<VE13>31</VE13>
<VE14>32</VE14>
<VE15>33</VE15>
<VE16>34</VE16>
<VE17>35</VE17>
<VE18>36</VE18>
<VE2>20</VE2>
<VE3>21</VE3>
<VE4>22</VE4>
<VE5>23</VE5>
<VE6>24</VE6>
<VE7>25</VE7>
<VE8>26</VE8>
<VE9>27</VE9>
<VEMax>38</VEMax>
<VEMin>37</VEMin>
</MuestreoHumedadReport>
</ArrayOfMuestreoHumedadReport>