Logistics Sites
POST /estimates/logistics-sites
Parameter | type | required | default | description |
---|---|---|---|---|
siteType | LogisticsSiteType | true | Type of the logistics site. | |
factorType | EmissionIntensityFactor | true | Type of the logistics emission intensity factor. It can be ambient, chilled and mixed. If siteType = maritime_container_terminal it can be only mixed | |
unit | { mass?: Mass, containersMoved?: number } | true | Unit of work for the logistics site. Use { containersMoved: number } if siteType = maritime_container_terminal , otherwise use { mass: Mass } |
Return type
Parameter | type | description |
---|---|---|
id | ID | ID of the estimate |
response | Mass | Total WTW (well-to-wheel) emissions in tCO2e |