Cam Monitor Plan Unit Fuel Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Monitor Plan Unit Fuel Dto Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fuelCodeindicatorCodeozoneSeasonIndicatordemGCVdemSO2beginDateendDateidunitIdactualOrProjectCodesulfurContentuserIdaddDateupdateDateactive

Example Payload

Raw ↑
{
  "fuelCode": "C",
  "indicatorCode": "P",
  "ozoneSeasonIndicator": "0",
  "demGCV": "GGC",
  "demSO2": "SGC",
  "beginDate": "1995-01-01",
  "endDate": "2015-03-30",
  "id": "EXPCH0876-C97319A3E96540BF92077C58DB9E2A17",
  "unitId": "91233",
  "actualOrProjectCode": "",
  "sulfurContent": "",
  "userId": "abcde",
  "addDate": "2009-02-20",
  "updateDate": "2015-04-16",
  "active": true
}