GET api/CosechaAPI/GetActivosVistaTransporte

GetListado

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TransporteReport
NameDescriptionTypeAdditional 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": "4c0a18c8-9a10-42a1-a31c-394e22798a6f",
    "FechaConfeccion": "2026-01-09T12:44:43.4305628-03:00",
    "IdCampo": "6ade2736-35e1-4d16-885f-6eda754e1d5c",
    "NombreCampo": "sample string 3",
    "IdLote": "645214aa-3385-4392-a676-a741493c1057",
    "NombreLote": "sample string 5",
    "IdCultivo": "6b929450-f7c6-452c-8e3b-55c3e65b975e",
    "NombreCultivo": "sample string 7",
    "SuperficieCosechada": 8.0,
    "CantidadCamionesPrevista": 9,
    "FechaDespacho": "2026-01-09T12:44:43.4305628-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": "4c0a18c8-9a10-42a1-a31c-394e22798a6f",
    "FechaConfeccion": "2026-01-09T12:44:43.4305628-03:00",
    "IdCampo": "6ade2736-35e1-4d16-885f-6eda754e1d5c",
    "NombreCampo": "sample string 3",
    "IdLote": "645214aa-3385-4392-a676-a741493c1057",
    "NombreLote": "sample string 5",
    "IdCultivo": "6b929450-f7c6-452c-8e3b-55c3e65b975e",
    "NombreCultivo": "sample string 7",
    "SuperficieCosechada": 8.0,
    "CantidadCamionesPrevista": 9,
    "FechaDespacho": "2026-01-09T12:44:43.4305628-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:44:43.4305628-03:00</FechaConfeccion>
    <FechaDespacho>2026-01-09T12:44:43.4305628-03:00</FechaDespacho>
    <Hipoclorito>22</Hipoclorito>
    <Humedad>14</Humedad>
    <Id>4c0a18c8-9a10-42a1-a31c-394e22798a6f</Id>
    <IdCampo>6ade2736-35e1-4d16-885f-6eda754e1d5c</IdCampo>
    <IdCultivo>6b929450-f7c6-452c-8e3b-55c3e65b975e</IdCultivo>
    <IdLote>645214aa-3385-4392-a676-a741493c1057</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:44:43.4305628-03:00</FechaConfeccion>
    <FechaDespacho>2026-01-09T12:44:43.4305628-03:00</FechaDespacho>
    <Hipoclorito>22</Hipoclorito>
    <Humedad>14</Humedad>
    <Id>4c0a18c8-9a10-42a1-a31c-394e22798a6f</Id>
    <IdCampo>6ade2736-35e1-4d16-885f-6eda754e1d5c</IdCampo>
    <IdCultivo>6b929450-f7c6-452c-8e3b-55c3e65b975e</IdCultivo>
    <IdLote>645214aa-3385-4392-a676-a741493c1057</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>