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": "546111ed-e87e-4b03-a295-6a59013ab6be",
"Fecha": "2026-01-09T12:42:35.09854-03:00",
"IdCampo": "879895ab-fbe6-4afd-b224-cc9753a0d5d1",
"NombreCampo": "sample string 3",
"IdLote": "612d4e98-204f-49f8-b412-cf1e106529b6",
"NombreLote": "sample string 5",
"IdCultivo": "a3d05fea-2cf3-4bb9-aaec-4acf8b2539e0",
"NombreCultivo": "sample string 7",
"IdCliente": "f2de3708-5b1a-4760-b553-9deee84d4175",
"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": "546111ed-e87e-4b03-a295-6a59013ab6be",
"Fecha": "2026-01-09T12:42:35.09854-03:00",
"IdCampo": "879895ab-fbe6-4afd-b224-cc9753a0d5d1",
"NombreCampo": "sample string 3",
"IdLote": "612d4e98-204f-49f8-b412-cf1e106529b6",
"NombreLote": "sample string 5",
"IdCultivo": "a3d05fea-2cf3-4bb9-aaec-4acf8b2539e0",
"NombreCultivo": "sample string 7",
"IdCliente": "f2de3708-5b1a-4760-b553-9deee84d4175",
"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:42:35.09854-03:00</Fecha>
<HabilitaCosecha>true</HabilitaCosecha>
<Hibrido>sample string 12</Hibrido>
<HumedadMaximaCosecha>13</HumedadMaximaCosecha>
<HumedadMinimaCosecha>14</HumedadMinimaCosecha>
<Id>546111ed-e87e-4b03-a295-6a59013ab6be</Id>
<IdCampo>879895ab-fbe6-4afd-b224-cc9753a0d5d1</IdCampo>
<IdCliente>f2de3708-5b1a-4760-b553-9deee84d4175</IdCliente>
<IdCultivo>a3d05fea-2cf3-4bb9-aaec-4acf8b2539e0</IdCultivo>
<IdLote>612d4e98-204f-49f8-b412-cf1e106529b6</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:42:35.09854-03:00</Fecha>
<HabilitaCosecha>true</HabilitaCosecha>
<Hibrido>sample string 12</Hibrido>
<HumedadMaximaCosecha>13</HumedadMaximaCosecha>
<HumedadMinimaCosecha>14</HumedadMinimaCosecha>
<Id>546111ed-e87e-4b03-a295-6a59013ab6be</Id>
<IdCampo>879895ab-fbe6-4afd-b224-cc9753a0d5d1</IdCampo>
<IdCliente>f2de3708-5b1a-4760-b553-9deee84d4175</IdCliente>
<IdCultivo>a3d05fea-2cf3-4bb9-aaec-4acf8b2539e0</IdCultivo>
<IdLote>612d4e98-204f-49f8-b412-cf1e106529b6</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>