GET api/CosechaAPI/GetBorradosVistaTransporteZonaCampanaFecha?idzona={idzona}&idcampana={idcampana}&desde={desde}&hasta={hasta}
GetBorradosVistaTransporteZonaCampanaFecha
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 TransporteReport| 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. |
|
| CantidadCamionesPrevista | integer |
None. |
|
| FechaDespacho | date |
None. |
|
| Patente1 | string |
None. |
|
| Patente2 | string |
None. |
|
| PesoBruto | decimal number |
None. |
|
| PesoNeto | decimal number |
None. |
|
| Humedad | decimal number |
None. |
|
| PlantaDestino | string |
None. |
|
| Transporte | string |
None. |
|
| Transportista | string |
None. |
|
| KilometrosRecorridos | decimal number |
None. |
|
| PrecioTarifa | decimal number |
None. |
|
| COT | string |
None. |
|
| Quebrado | decimal number |
None. |
|
| Hipoclorito | decimal number |
None. |
|
| PerdidaPorGranoAro | decimal number |
None. |
|
| PerdidaEspiga | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "4ccbcd70-c342-47e6-b1fe-84599c3bd26c",
"FechaConfeccion": "2026-01-09T12:42:54.1484613-03:00",
"IdCampo": "e2d9162c-d6e6-4821-8430-dfd4b8d89438",
"NombreCampo": "sample string 3",
"IdLote": "122b6176-065f-4813-a669-8c740185183f",
"NombreLote": "sample string 5",
"IdCultivo": "124fd3ea-570b-423f-97f8-e29bc1251c77",
"NombreCultivo": "sample string 7",
"SuperficieCosechada": 8.0,
"CantidadCamionesPrevista": 9,
"FechaDespacho": "2026-01-09T12:42:54.1484613-03:00",
"Patente1": "sample string 10",
"Patente2": "sample string 11",
"PesoBruto": 12.0,
"PesoNeto": 13.0,
"Humedad": 14.0,
"PlantaDestino": "sample string 15",
"Transporte": "sample string 16",
"Transportista": "sample string 17",
"KilometrosRecorridos": 18.0,
"PrecioTarifa": 19.0,
"COT": "sample string 20",
"Quebrado": 21.0,
"Hipoclorito": 22.0,
"PerdidaPorGranoAro": 23.0,
"PerdidaEspiga": 24.0
},
{
"Id": "4ccbcd70-c342-47e6-b1fe-84599c3bd26c",
"FechaConfeccion": "2026-01-09T12:42:54.1484613-03:00",
"IdCampo": "e2d9162c-d6e6-4821-8430-dfd4b8d89438",
"NombreCampo": "sample string 3",
"IdLote": "122b6176-065f-4813-a669-8c740185183f",
"NombreLote": "sample string 5",
"IdCultivo": "124fd3ea-570b-423f-97f8-e29bc1251c77",
"NombreCultivo": "sample string 7",
"SuperficieCosechada": 8.0,
"CantidadCamionesPrevista": 9,
"FechaDespacho": "2026-01-09T12:42:54.1484613-03:00",
"Patente1": "sample string 10",
"Patente2": "sample string 11",
"PesoBruto": 12.0,
"PesoNeto": 13.0,
"Humedad": 14.0,
"PlantaDestino": "sample string 15",
"Transporte": "sample string 16",
"Transportista": "sample string 17",
"KilometrosRecorridos": 18.0,
"PrecioTarifa": 19.0,
"COT": "sample string 20",
"Quebrado": 21.0,
"Hipoclorito": 22.0,
"PerdidaPorGranoAro": 23.0,
"PerdidaEspiga": 24.0
}
]
application/xml, text/xml
Sample:
<ArrayOfTransporteReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<TransporteReport>
<COT>sample string 20</COT>
<CantidadCamionesPrevista>9</CantidadCamionesPrevista>
<FechaConfeccion>2026-01-09T12:42:54.1484613-03:00</FechaConfeccion>
<FechaDespacho>2026-01-09T12:42:54.1484613-03:00</FechaDespacho>
<Hipoclorito>22</Hipoclorito>
<Humedad>14</Humedad>
<Id>4ccbcd70-c342-47e6-b1fe-84599c3bd26c</Id>
<IdCampo>e2d9162c-d6e6-4821-8430-dfd4b8d89438</IdCampo>
<IdCultivo>124fd3ea-570b-423f-97f8-e29bc1251c77</IdCultivo>
<IdLote>122b6176-065f-4813-a669-8c740185183f</IdLote>
<KilometrosRecorridos>18</KilometrosRecorridos>
<NombreCampo>sample string 3</NombreCampo>
<NombreCultivo>sample string 7</NombreCultivo>
<NombreLote>sample string 5</NombreLote>
<Patente1>sample string 10</Patente1>
<Patente2>sample string 11</Patente2>
<PerdidaEspiga>24</PerdidaEspiga>
<PerdidaPorGranoAro>23</PerdidaPorGranoAro>
<PesoBruto>12</PesoBruto>
<PesoNeto>13</PesoNeto>
<PlantaDestino>sample string 15</PlantaDestino>
<PrecioTarifa>19</PrecioTarifa>
<Quebrado>21</Quebrado>
<SuperficieCosechada>8</SuperficieCosechada>
<Transporte>sample string 16</Transporte>
<Transportista>sample string 17</Transportista>
</TransporteReport>
<TransporteReport>
<COT>sample string 20</COT>
<CantidadCamionesPrevista>9</CantidadCamionesPrevista>
<FechaConfeccion>2026-01-09T12:42:54.1484613-03:00</FechaConfeccion>
<FechaDespacho>2026-01-09T12:42:54.1484613-03:00</FechaDespacho>
<Hipoclorito>22</Hipoclorito>
<Humedad>14</Humedad>
<Id>4ccbcd70-c342-47e6-b1fe-84599c3bd26c</Id>
<IdCampo>e2d9162c-d6e6-4821-8430-dfd4b8d89438</IdCampo>
<IdCultivo>124fd3ea-570b-423f-97f8-e29bc1251c77</IdCultivo>
<IdLote>122b6176-065f-4813-a669-8c740185183f</IdLote>
<KilometrosRecorridos>18</KilometrosRecorridos>
<NombreCampo>sample string 3</NombreCampo>
<NombreCultivo>sample string 7</NombreCultivo>
<NombreLote>sample string 5</NombreLote>
<Patente1>sample string 10</Patente1>
<Patente2>sample string 11</Patente2>
<PerdidaEspiga>24</PerdidaEspiga>
<PerdidaPorGranoAro>23</PerdidaPorGranoAro>
<PesoBruto>12</PesoBruto>
<PesoNeto>13</PesoNeto>
<PlantaDestino>sample string 15</PlantaDestino>
<PrecioTarifa>19</PrecioTarifa>
<Quebrado>21</Quebrado>
<SuperficieCosechada>8</SuperficieCosechada>
<Transporte>sample string 16</Transporte>
<Transportista>sample string 17</Transportista>
</TransporteReport>
</ArrayOfTransporteReport>