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": "6f843e34-bcfd-467b-a612-94c4bd8c6fc1",
"NombreCampo": "sample string 2",
"IdLote": "b4ff0510-ccb2-4201-a007-f23c161e9962",
"NombreLote": "sample string 4",
"CodigoClienteLote": "sample string 5",
"IdCultivo": "e565f78a-d538-4bbe-b0cb-d464bd026155",
"NombreCultivo": "sample string 7",
"Fecha": "2026-04-17T09:04:52.5798899-03:00",
"HectareasRealesFinales": 8.0,
"IdCliente": "0e15e03d-d482-4887-a781-274e09a0c4bc",
"NombreCliente": "sample string 10",
"HibridoVariedad": "sample string 11",
"IdDistanciaSurcos": "8ebcafc6-f101-45d9-befe-e40c85c70b77",
"NombreDistanciaSurcos": "sample string 13",
"FechaHembraBarba": "2026-04-17T09:04:52.5798899-03:00",
"DiasBarba": 0,
"FechaProyectada": "2026-04-17T09:04:52.5798899-03:00",
"HumedadMaxCosecha": 1.0,
"HumedadMinCosecha": 1.0,
"Promedio": 14.0,
"Percentil90": 15.0,
"CumpleHumedadCosecha": true,
"HabilitaCosecha": true,
"Status": "sample string 18",
"IdPlanta": "cbb9188c-a2ee-4977-9af3-ebdc63671095",
"NombrePlanta": "sample string 20",
"DistanciaPlanta": 21.0,
"IdEspecie": "2a31dd35-d9b7-40ed-83c1-f3819484be2b"
},
{
"IdCampo": "6f843e34-bcfd-467b-a612-94c4bd8c6fc1",
"NombreCampo": "sample string 2",
"IdLote": "b4ff0510-ccb2-4201-a007-f23c161e9962",
"NombreLote": "sample string 4",
"CodigoClienteLote": "sample string 5",
"IdCultivo": "e565f78a-d538-4bbe-b0cb-d464bd026155",
"NombreCultivo": "sample string 7",
"Fecha": "2026-04-17T09:04:52.5798899-03:00",
"HectareasRealesFinales": 8.0,
"IdCliente": "0e15e03d-d482-4887-a781-274e09a0c4bc",
"NombreCliente": "sample string 10",
"HibridoVariedad": "sample string 11",
"IdDistanciaSurcos": "8ebcafc6-f101-45d9-befe-e40c85c70b77",
"NombreDistanciaSurcos": "sample string 13",
"FechaHembraBarba": "2026-04-17T09:04:52.5798899-03:00",
"DiasBarba": 0,
"FechaProyectada": "2026-04-17T09:04:52.5798899-03:00",
"HumedadMaxCosecha": 1.0,
"HumedadMinCosecha": 1.0,
"Promedio": 14.0,
"Percentil90": 15.0,
"CumpleHumedadCosecha": true,
"HabilitaCosecha": true,
"Status": "sample string 18",
"IdPlanta": "cbb9188c-a2ee-4977-9af3-ebdc63671095",
"NombrePlanta": "sample string 20",
"DistanciaPlanta": 21.0,
"IdEspecie": "2a31dd35-d9b7-40ed-83c1-f3819484be2b"
}
]
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:04:52.5798899-03:00</Fecha>
<FechaHembraBarba>2026-04-17T09:04:52.5798899-03:00</FechaHembraBarba>
<FechaProyectada>2026-04-17T09:04:52.5798899-03:00</FechaProyectada>
<HabilitaCosecha>true</HabilitaCosecha>
<HectareasRealesFinales>8</HectareasRealesFinales>
<HibridoVariedad>sample string 11</HibridoVariedad>
<HumedadMaxCosecha>1</HumedadMaxCosecha>
<HumedadMinCosecha>1</HumedadMinCosecha>
<IdCampo>6f843e34-bcfd-467b-a612-94c4bd8c6fc1</IdCampo>
<IdCliente>0e15e03d-d482-4887-a781-274e09a0c4bc</IdCliente>
<IdCultivo>e565f78a-d538-4bbe-b0cb-d464bd026155</IdCultivo>
<IdDistanciaSurcos>8ebcafc6-f101-45d9-befe-e40c85c70b77</IdDistanciaSurcos>
<IdEspecie>2a31dd35-d9b7-40ed-83c1-f3819484be2b</IdEspecie>
<IdLote>b4ff0510-ccb2-4201-a007-f23c161e9962</IdLote>
<IdPlanta>cbb9188c-a2ee-4977-9af3-ebdc63671095</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:04:52.5798899-03:00</Fecha>
<FechaHembraBarba>2026-04-17T09:04:52.5798899-03:00</FechaHembraBarba>
<FechaProyectada>2026-04-17T09:04:52.5798899-03:00</FechaProyectada>
<HabilitaCosecha>true</HabilitaCosecha>
<HectareasRealesFinales>8</HectareasRealesFinales>
<HibridoVariedad>sample string 11</HibridoVariedad>
<HumedadMaxCosecha>1</HumedadMaxCosecha>
<HumedadMinCosecha>1</HumedadMinCosecha>
<IdCampo>6f843e34-bcfd-467b-a612-94c4bd8c6fc1</IdCampo>
<IdCliente>0e15e03d-d482-4887-a781-274e09a0c4bc</IdCliente>
<IdCultivo>e565f78a-d538-4bbe-b0cb-d464bd026155</IdCultivo>
<IdDistanciaSurcos>8ebcafc6-f101-45d9-befe-e40c85c70b77</IdDistanciaSurcos>
<IdEspecie>2a31dd35-d9b7-40ed-83c1-f3819484be2b</IdEspecie>
<IdLote>b4ff0510-ccb2-4201-a007-f23c161e9962</IdLote>
<IdPlanta>cbb9188c-a2ee-4977-9af3-ebdc63671095</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>