Bentley Systems · Example Payload

Bentley Carbon Calculation Example

Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModel

Bentley Carbon Calculation Example is an example object payload from Bentley Systems, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jobNameec3ConfigurationIdiModelIdnamedVersionIdmaterialMappings

Example Payload

Raw ↑
{
  "jobName": "I-405 Embodied Carbon Baseline",
  "ec3ConfigurationId": "ec3-config-abc",
  "iModelId": "5e19bee0-3aea-4355-a9f0-c6df9989ee7d",
  "namedVersionId": "9f4d2e0c-7b3a-4d11-89c4-1d2f3a9b5c6d",
  "materialMappings": [
    {
      "material": "Concrete (4000 psi)",
      "ec3Material": "concrete_30mpa",
      "quantityProperty": "Volume"
    },
    {
      "material": "Steel Reinforcement",
      "ec3Material": "steel_rebar_us",
      "quantityProperty": "Mass"
    }
  ]
}