Cam Monitor Plan Monitor Formula Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

formulaIdparameterCodeformulaCodeformulaTextbeginDatebeginHourendDateendHouridlocationIduserIdaddDateupdateDateactive

Example Payload

Raw ↑
{
  "formulaId": "140",
  "parameterCode": "SO2",
  "formulaCode": "F-1",
  "formulaText": "1.667 * 10**-7 * S#(027-C40) * S#(029-C42)",
  "beginDate": "2007-11-08",
  "beginHour": 17,
  "endDate": null,
  "endHour": null,
  "id": "CAMD-1CDAA10B7D6A41BBA6BCFF5534F5C5CA",
  "locationId": "5770",
  "userId": "abcde",
  "addDate": "2009-02-20",
  "updateDate": "2009-02-20",
  "active": true
}