EmissionFactors
Queryable, Introduced in version 25.7
GET https://localhost:8001/sv/001.1/api/v1/Common/EmissionFactors
Represents an emission factor.
GUID
f3ca788d-25bc-4af9-9080-55fae3a534f6
Required permission
Show pre-calculation
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the emission factor. |
|
Code | String | The code of the emission factor. |
|
Description | String | The translated description of the emission factor.
|
|
Value | Decimal | The value of the emission factor. |
|
Origin | String | The origin of the emission factor. |
|
OriginDate | DateTimeOffset? | The origin date of the emission factor. |
|
ReliabilityIndex | Decimal | The reliability index of the emission factor. |
Example
{
"Id": 0,
"Code": null,
"Description": null,
"Value": 0.0,
"Origin": null,
"OriginDate": null,
"ReliabilityIndex": 0.0
}