Air Products and Chemicals · Example Payload

Airproducts Tank Telemetry Example

Industrial GasesChemicalsEnergyManufacturingHydrogenEnterprise

Airproducts Tank Telemetry Example is an example object payload from Air Products and Chemicals, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tank_idcustomer_idproductlevel_percentpressure_bartemperature_ctimestampreorder_threshold

Example Payload

airproducts-tank-telemetry-example.json Raw ↑
{
  "tank_id": "TANK-PA-001",
  "customer_id": "CUST-10045",
  "product": "Liquid Nitrogen",
  "level_percent": 72.5,
  "pressure_bar": 8.2,
  "temperature_c": -196.0,
  "timestamp": "2025-04-19T10:30:00Z",
  "reorder_threshold": 25.0
}