GET api/CosechaAPI/GetReporteProyeccionCosechaCampanaEspecie?idcampana={idcampana}&idespecie={idespecie}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idcampana

globally unique identifier

Required

idespecie

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ProyeccionCosechaReport
NameDescriptionTypeAdditional 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": "ef095985-b4f1-44f3-af18-0bc43ade1afc",
    "NombreCampo": "sample string 2",
    "IdLote": "319dc05c-9728-46cf-9238-b7b60def1d20",
    "NombreLote": "sample string 4",
    "CodigoClienteLote": "sample string 5",
    "IdCultivo": "7f61c48f-b748-42e0-aa6a-275b3ebdf0e5",
    "NombreCultivo": "sample string 7",
    "Fecha": "2026-01-09T12:25:29.6052834-03:00",
    "HectareasRealesFinales": 8.0,
    "IdCliente": "16fac72d-90fe-4a5c-9aea-f06eb3638b91",
    "NombreCliente": "sample string 10",
    "HibridoVariedad": "sample string 11",
    "IdDistanciaSurcos": "f79a89d0-a638-460a-b9bb-76007fb7c45a",
    "NombreDistanciaSurcos": "sample string 13",
    "FechaHembraBarba": "2026-01-09T12:25:29.6052834-03:00",
    "DiasBarba": 0,
    "FechaProyectada": "2026-01-09T12:25:29.6052834-03:00",
    "HumedadMaxCosecha": 1.0,
    "HumedadMinCosecha": 1.0,
    "Promedio": 14.0,
    "Percentil90": 15.0,
    "CumpleHumedadCosecha": true,
    "HabilitaCosecha": true,
    "Status": "sample string 18",
    "IdPlanta": "200ec02c-4eb1-49f5-86ba-4372b9a85fcf",
    "NombrePlanta": "sample string 20",
    "DistanciaPlanta": 21.0,
    "IdEspecie": "c6c7ad7b-d806-4e8f-bc84-db3ad50dd312"
  },
  {
    "IdCampo": "ef095985-b4f1-44f3-af18-0bc43ade1afc",
    "NombreCampo": "sample string 2",
    "IdLote": "319dc05c-9728-46cf-9238-b7b60def1d20",
    "NombreLote": "sample string 4",
    "CodigoClienteLote": "sample string 5",
    "IdCultivo": "7f61c48f-b748-42e0-aa6a-275b3ebdf0e5",
    "NombreCultivo": "sample string 7",
    "Fecha": "2026-01-09T12:25:29.6052834-03:00",
    "HectareasRealesFinales": 8.0,
    "IdCliente": "16fac72d-90fe-4a5c-9aea-f06eb3638b91",
    "NombreCliente": "sample string 10",
    "HibridoVariedad": "sample string 11",
    "IdDistanciaSurcos": "f79a89d0-a638-460a-b9bb-76007fb7c45a",
    "NombreDistanciaSurcos": "sample string 13",
    "FechaHembraBarba": "2026-01-09T12:25:29.6052834-03:00",
    "DiasBarba": 0,
    "FechaProyectada": "2026-01-09T12:25:29.6052834-03:00",
    "HumedadMaxCosecha": 1.0,
    "HumedadMinCosecha": 1.0,
    "Promedio": 14.0,
    "Percentil90": 15.0,
    "CumpleHumedadCosecha": true,
    "HabilitaCosecha": true,
    "Status": "sample string 18",
    "IdPlanta": "200ec02c-4eb1-49f5-86ba-4372b9a85fcf",
    "NombrePlanta": "sample string 20",
    "DistanciaPlanta": 21.0,
    "IdEspecie": "c6c7ad7b-d806-4e8f-bc84-db3ad50dd312"
  }
]

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-01-09T12:25:29.6052834-03:00</Fecha>
    <FechaHembraBarba>2026-01-09T12:25:29.6052834-03:00</FechaHembraBarba>
    <FechaProyectada>2026-01-09T12:25:29.6052834-03:00</FechaProyectada>
    <HabilitaCosecha>true</HabilitaCosecha>
    <HectareasRealesFinales>8</HectareasRealesFinales>
    <HibridoVariedad>sample string 11</HibridoVariedad>
    <HumedadMaxCosecha>1</HumedadMaxCosecha>
    <HumedadMinCosecha>1</HumedadMinCosecha>
    <IdCampo>ef095985-b4f1-44f3-af18-0bc43ade1afc</IdCampo>
    <IdCliente>16fac72d-90fe-4a5c-9aea-f06eb3638b91</IdCliente>
    <IdCultivo>7f61c48f-b748-42e0-aa6a-275b3ebdf0e5</IdCultivo>
    <IdDistanciaSurcos>f79a89d0-a638-460a-b9bb-76007fb7c45a</IdDistanciaSurcos>
    <IdEspecie>c6c7ad7b-d806-4e8f-bc84-db3ad50dd312</IdEspecie>
    <IdLote>319dc05c-9728-46cf-9238-b7b60def1d20</IdLote>
    <IdPlanta>200ec02c-4eb1-49f5-86ba-4372b9a85fcf</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-01-09T12:25:29.6052834-03:00</Fecha>
    <FechaHembraBarba>2026-01-09T12:25:29.6052834-03:00</FechaHembraBarba>
    <FechaProyectada>2026-01-09T12:25:29.6052834-03:00</FechaProyectada>
    <HabilitaCosecha>true</HabilitaCosecha>
    <HectareasRealesFinales>8</HectareasRealesFinales>
    <HibridoVariedad>sample string 11</HibridoVariedad>
    <HumedadMaxCosecha>1</HumedadMaxCosecha>
    <HumedadMinCosecha>1</HumedadMinCosecha>
    <IdCampo>ef095985-b4f1-44f3-af18-0bc43ade1afc</IdCampo>
    <IdCliente>16fac72d-90fe-4a5c-9aea-f06eb3638b91</IdCliente>
    <IdCultivo>7f61c48f-b748-42e0-aa6a-275b3ebdf0e5</IdCultivo>
    <IdDistanciaSurcos>f79a89d0-a638-460a-b9bb-76007fb7c45a</IdDistanciaSurcos>
    <IdEspecie>c6c7ad7b-d806-4e8f-bc84-db3ad50dd312</IdEspecie>
    <IdLote>319dc05c-9728-46cf-9238-b7b60def1d20</IdLote>
    <IdPlanta>200ec02c-4eb1-49f5-86ba-4372b9a85fcf</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>