GET api/CosechaAPI/GetBorradosVistaAlmacenesCampanaFecha?idcampana={idcampana}&desde={desde}&hasta={hasta}
GetBorradosVistaAlmacenesCampanaFecha
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcampana | globally unique identifier |
Required |
|
| desde | string |
Required |
|
| hasta | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AlmacenesReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FechaConfeccion | 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. |
|
| SuperficieCosechada | decimal number |
None. |
|
| CantidadSiloBolsaPrevista | integer |
None. |
|
| Fecha | date |
None. |
|
| CodigoSapAlmacen | string |
None. |
|
| NombreAlmacen | string |
None. |
|
| TipoAlmacen | string |
None. |
|
| PesoNeto | decimal number |
None. |
|
| Humedad | decimal number |
None. |
|
| Cantidad | decimal number |
None. |
|
| Quebrado | decimal number |
None. |
|
| Hipoclorito | decimal number |
None. |
|
| PerdidaPorGranoAro | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "25b52e49-f160-407a-bd58-99c785596b92",
"FechaConfeccion": "2026-04-17T09:05:19.4098491-03:00",
"IdCampo": "778738b7-b513-4da4-90e8-0b5cf66d9096",
"NombreCampo": "sample string 3",
"IdLote": "4043444b-f184-4698-9ef2-295bf1fe2fe9",
"NombreLote": "sample string 5",
"IdCultivo": "bdabec92-008c-4292-b378-f7b5c7eaa76e",
"NombreCultivo": "sample string 7",
"SuperficieCosechada": 8.0,
"CantidadSiloBolsaPrevista": 9,
"Fecha": "2026-04-17T09:05:19.4098491-03:00",
"CodigoSapAlmacen": "sample string 10",
"NombreAlmacen": "sample string 11",
"TipoAlmacen": "sample string 12",
"PesoNeto": 13.0,
"Humedad": 14.0,
"Cantidad": 15.0,
"Quebrado": 16.0,
"Hipoclorito": 17.0,
"PerdidaPorGranoAro": 18.0
},
{
"Id": "25b52e49-f160-407a-bd58-99c785596b92",
"FechaConfeccion": "2026-04-17T09:05:19.4098491-03:00",
"IdCampo": "778738b7-b513-4da4-90e8-0b5cf66d9096",
"NombreCampo": "sample string 3",
"IdLote": "4043444b-f184-4698-9ef2-295bf1fe2fe9",
"NombreLote": "sample string 5",
"IdCultivo": "bdabec92-008c-4292-b378-f7b5c7eaa76e",
"NombreCultivo": "sample string 7",
"SuperficieCosechada": 8.0,
"CantidadSiloBolsaPrevista": 9,
"Fecha": "2026-04-17T09:05:19.4098491-03:00",
"CodigoSapAlmacen": "sample string 10",
"NombreAlmacen": "sample string 11",
"TipoAlmacen": "sample string 12",
"PesoNeto": 13.0,
"Humedad": 14.0,
"Cantidad": 15.0,
"Quebrado": 16.0,
"Hipoclorito": 17.0,
"PerdidaPorGranoAro": 18.0
}
]
application/xml, text/xml
Sample:
<ArrayOfAlmacenesReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<AlmacenesReport>
<Cantidad>15</Cantidad>
<CantidadSiloBolsaPrevista>9</CantidadSiloBolsaPrevista>
<CodigoSapAlmacen>sample string 10</CodigoSapAlmacen>
<Fecha>2026-04-17T09:05:19.4098491-03:00</Fecha>
<FechaConfeccion>2026-04-17T09:05:19.4098491-03:00</FechaConfeccion>
<Hipoclorito>17</Hipoclorito>
<Humedad>14</Humedad>
<Id>25b52e49-f160-407a-bd58-99c785596b92</Id>
<IdCampo>778738b7-b513-4da4-90e8-0b5cf66d9096</IdCampo>
<IdCultivo>bdabec92-008c-4292-b378-f7b5c7eaa76e</IdCultivo>
<IdLote>4043444b-f184-4698-9ef2-295bf1fe2fe9</IdLote>
<NombreAlmacen>sample string 11</NombreAlmacen>
<NombreCampo>sample string 3</NombreCampo>
<NombreCultivo>sample string 7</NombreCultivo>
<NombreLote>sample string 5</NombreLote>
<PerdidaPorGranoAro>18</PerdidaPorGranoAro>
<PesoNeto>13</PesoNeto>
<Quebrado>16</Quebrado>
<SuperficieCosechada>8</SuperficieCosechada>
<TipoAlmacen>sample string 12</TipoAlmacen>
</AlmacenesReport>
<AlmacenesReport>
<Cantidad>15</Cantidad>
<CantidadSiloBolsaPrevista>9</CantidadSiloBolsaPrevista>
<CodigoSapAlmacen>sample string 10</CodigoSapAlmacen>
<Fecha>2026-04-17T09:05:19.4098491-03:00</Fecha>
<FechaConfeccion>2026-04-17T09:05:19.4098491-03:00</FechaConfeccion>
<Hipoclorito>17</Hipoclorito>
<Humedad>14</Humedad>
<Id>25b52e49-f160-407a-bd58-99c785596b92</Id>
<IdCampo>778738b7-b513-4da4-90e8-0b5cf66d9096</IdCampo>
<IdCultivo>bdabec92-008c-4292-b378-f7b5c7eaa76e</IdCultivo>
<IdLote>4043444b-f184-4698-9ef2-295bf1fe2fe9</IdLote>
<NombreAlmacen>sample string 11</NombreAlmacen>
<NombreCampo>sample string 3</NombreCampo>
<NombreCultivo>sample string 7</NombreCultivo>
<NombreLote>sample string 5</NombreLote>
<PerdidaPorGranoAro>18</PerdidaPorGranoAro>
<PesoNeto>13</PesoNeto>
<Quebrado>16</Quebrado>
<SuperficieCosechada>8</SuperficieCosechada>
<TipoAlmacen>sample string 12</TipoAlmacen>
</AlmacenesReport>
</ArrayOfAlmacenesReport>