Shipping by Rail
POST /estimates/shipping-rail
Parameter | type | required | default | description |
---|---|---|---|---|
shipmentMass | Mass | true | Mass of the shipment. | |
distance | Distance | true send addresses if distance is missing | Distance of the shipment. | |
addresses | [Address,Address] | true send distance if addresses is missing | Two addresses for the shipment. | |
tractionType | RailTractionType | true | Traction type of the railway vehicle. | |
loadCharacteristics | RailLoadCharacteristicsType | false | average_mixed | Load characteristics of the railway vehicle. |
Return type
Parameter | type | description |
---|---|---|
id | ID | ID of the estimate |
response | Mass | Total WTW (well-to-wheel) emissions in tCO2e |