GET api/CosechaAPI/GetReporteProyeccionCosechaCampanaEspecie?idcampana={idcampana}&idespecie={idespecie}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcampana | globally unique identifier |
Required |
|
| idespecie | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProyeccionCosechaReport| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCampo | globally unique identifier |
None. |
|
| NombreCampo | string |
String length: inclusive between 0 and 100 |
|
| IdLote | globally unique identifier |
None. |
|
| NombreLote | string |
String length: inclusive between 0 and 10 |
|
| CodigoClienteLote | string |
String length: inclusive between 0 and 10 |
|
| IdCultivo | globally unique identifier |
None. |
|
| NombreCultivo | string |
String length: inclusive between 0 and 100 |
|
| Fecha | date |
None. |
|
| HectareasRealesFinales | decimal number |
None. |
|
| IdCliente | globally unique identifier |
None. |
|
| NombreCliente | string |
String length: inclusive between 0 and 50 |
|
| HibridoVariedad | string |
String length: inclusive between 0 and 50 |
|
| IdDistanciaSurcos | globally unique identifier |
None. |
|
| NombreDistanciaSurcos | string |
None. |
|
| FechaHembraBarba | date |
None. |
|
| DiasBarba | integer |
None. |
|
| FechaProyectada | date |
None. |
|
| HumedadMaxCosecha | decimal number |
Range: inclusive between 10 and 40 |
|
| HumedadMinCosecha | decimal number |
Range: inclusive between 10 and 40 |
|
| Promedio | decimal number |
None. |
|
| Percentil90 | decimal number |
None. |
|
| CumpleHumedadCosecha | boolean |
None. |
|
| HabilitaCosecha | boolean |
None. |
|
| Status | string |
String length: inclusive between 0 and 500 |
|
| IdPlanta | globally unique identifier |
None. |
|
| NombrePlanta | string |
String length: inclusive between 0 and 50 |
|
| DistanciaPlanta | decimal number |
None. |
|
| IdEspecie | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdCampo": "aa8c257b-d8e1-4bb3-ada8-cb7e23f9d21d",
"NombreCampo": "sample string 2",
"IdLote": "2cd3c9a7-f876-4d38-8540-7bf92750f799",
"NombreLote": "sample string 4",
"CodigoClienteLote": "sample string 5",
"IdCultivo": "7ed14e9f-7a08-444a-97a0-79bf1e04ae49",
"NombreCultivo": "sample string 7",
"Fecha": "2026-04-17T09:36:14.2618253-03:00",
"HectareasRealesFinales": 8.0,
"IdCliente": "b084bef4-e7c4-4b64-a914-d816a06aabf0",
"NombreCliente": "sample string 10",
"HibridoVariedad": "sample string 11",
"IdDistanciaSurcos": "59952f63-7443-4bf2-b0eb-8ee7c1c66e1b",
"NombreDistanciaSurcos": "sample string 13",
"FechaHembraBarba": "2026-04-17T09:36:14.2618253-03:00",
"DiasBarba": 0,
"FechaProyectada": "2026-04-17T09:36:14.2618253-03:00",
"HumedadMaxCosecha": 1.0,
"HumedadMinCosecha": 1.0,
"Promedio": 14.0,
"Percentil90": 15.0,
"CumpleHumedadCosecha": true,
"HabilitaCosecha": true,
"Status": "sample string 18",
"IdPlanta": "2e47e000-5b21-4e9d-87e6-8f5033338884",
"NombrePlanta": "sample string 20",
"DistanciaPlanta": 21.0,
"IdEspecie": "f06f4430-237d-4f08-8ecd-6837dffc21cc"
},
{
"IdCampo": "aa8c257b-d8e1-4bb3-ada8-cb7e23f9d21d",
"NombreCampo": "sample string 2",
"IdLote": "2cd3c9a7-f876-4d38-8540-7bf92750f799",
"NombreLote": "sample string 4",
"CodigoClienteLote": "sample string 5",
"IdCultivo": "7ed14e9f-7a08-444a-97a0-79bf1e04ae49",
"NombreCultivo": "sample string 7",
"Fecha": "2026-04-17T09:36:14.2618253-03:00",
"HectareasRealesFinales": 8.0,
"IdCliente": "b084bef4-e7c4-4b64-a914-d816a06aabf0",
"NombreCliente": "sample string 10",
"HibridoVariedad": "sample string 11",
"IdDistanciaSurcos": "59952f63-7443-4bf2-b0eb-8ee7c1c66e1b",
"NombreDistanciaSurcos": "sample string 13",
"FechaHembraBarba": "2026-04-17T09:36:14.2618253-03:00",
"DiasBarba": 0,
"FechaProyectada": "2026-04-17T09:36:14.2618253-03:00",
"HumedadMaxCosecha": 1.0,
"HumedadMinCosecha": 1.0,
"Promedio": 14.0,
"Percentil90": 15.0,
"CumpleHumedadCosecha": true,
"HabilitaCosecha": true,
"Status": "sample string 18",
"IdPlanta": "2e47e000-5b21-4e9d-87e6-8f5033338884",
"NombrePlanta": "sample string 20",
"DistanciaPlanta": 21.0,
"IdEspecie": "f06f4430-237d-4f08-8ecd-6837dffc21cc"
}
]
application/xml, text/xml
Sample:
<ArrayOfProyeccionCosechaReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<ProyeccionCosechaReport>
<CodigoClienteLote>sample string 5</CodigoClienteLote>
<CumpleHumedadCosecha>true</CumpleHumedadCosecha>
<DistanciaPlanta>21</DistanciaPlanta>
<Fecha>2026-04-17T09:36:14.2618253-03:00</Fecha>
<FechaHembraBarba>2026-04-17T09:36:14.2618253-03:00</FechaHembraBarba>
<FechaProyectada>2026-04-17T09:36:14.2618253-03:00</FechaProyectada>
<HabilitaCosecha>true</HabilitaCosecha>
<HectareasRealesFinales>8</HectareasRealesFinales>
<HibridoVariedad>sample string 11</HibridoVariedad>
<HumedadMaxCosecha>1</HumedadMaxCosecha>
<HumedadMinCosecha>1</HumedadMinCosecha>
<IdCampo>aa8c257b-d8e1-4bb3-ada8-cb7e23f9d21d</IdCampo>
<IdCliente>b084bef4-e7c4-4b64-a914-d816a06aabf0</IdCliente>
<IdCultivo>7ed14e9f-7a08-444a-97a0-79bf1e04ae49</IdCultivo>
<IdDistanciaSurcos>59952f63-7443-4bf2-b0eb-8ee7c1c66e1b</IdDistanciaSurcos>
<IdEspecie>f06f4430-237d-4f08-8ecd-6837dffc21cc</IdEspecie>
<IdLote>2cd3c9a7-f876-4d38-8540-7bf92750f799</IdLote>
<IdPlanta>2e47e000-5b21-4e9d-87e6-8f5033338884</IdPlanta>
<NombreCampo>sample string 2</NombreCampo>
<NombreCliente>sample string 10</NombreCliente>
<NombreCultivo>sample string 7</NombreCultivo>
<NombreDistanciaSurcos>sample string 13</NombreDistanciaSurcos>
<NombreLote>sample string 4</NombreLote>
<NombrePlanta>sample string 20</NombrePlanta>
<Percentil90>15</Percentil90>
<Promedio>14</Promedio>
<Status>sample string 18</Status>
</ProyeccionCosechaReport>
<ProyeccionCosechaReport>
<CodigoClienteLote>sample string 5</CodigoClienteLote>
<CumpleHumedadCosecha>true</CumpleHumedadCosecha>
<DistanciaPlanta>21</DistanciaPlanta>
<Fecha>2026-04-17T09:36:14.2618253-03:00</Fecha>
<FechaHembraBarba>2026-04-17T09:36:14.2618253-03:00</FechaHembraBarba>
<FechaProyectada>2026-04-17T09:36:14.2618253-03:00</FechaProyectada>
<HabilitaCosecha>true</HabilitaCosecha>
<HectareasRealesFinales>8</HectareasRealesFinales>
<HibridoVariedad>sample string 11</HibridoVariedad>
<HumedadMaxCosecha>1</HumedadMaxCosecha>
<HumedadMinCosecha>1</HumedadMinCosecha>
<IdCampo>aa8c257b-d8e1-4bb3-ada8-cb7e23f9d21d</IdCampo>
<IdCliente>b084bef4-e7c4-4b64-a914-d816a06aabf0</IdCliente>
<IdCultivo>7ed14e9f-7a08-444a-97a0-79bf1e04ae49</IdCultivo>
<IdDistanciaSurcos>59952f63-7443-4bf2-b0eb-8ee7c1c66e1b</IdDistanciaSurcos>
<IdEspecie>f06f4430-237d-4f08-8ecd-6837dffc21cc</IdEspecie>
<IdLote>2cd3c9a7-f876-4d38-8540-7bf92750f799</IdLote>
<IdPlanta>2e47e000-5b21-4e9d-87e6-8f5033338884</IdPlanta>
<NombreCampo>sample string 2</NombreCampo>
<NombreCliente>sample string 10</NombreCliente>
<NombreCultivo>sample string 7</NombreCultivo>
<NombreDistanciaSurcos>sample string 13</NombreDistanciaSurcos>
<NombreLote>sample string 4</NombreLote>
<NombrePlanta>sample string 20</NombrePlanta>
<Percentil90>15</Percentil90>
<Promedio>14</Promedio>
<Status>sample string 18</Status>
</ProyeccionCosechaReport>
</ArrayOfProyeccionCosechaReport>