Cam Monitor Plan Monitor Attribute Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

ductIndicatorbypassIndicatorgroundElevationstackHeightmaterialCodeshapeCodecrossAreaFlowcrossAreaStackExitbeginDateendDateidlocationIduserIdaddDateupdateDateactive

Example Payload

Raw ↑
{
  "ductIndicator": "1",
  "bypassIndicator": "1",
  "groundElevation": 40,
  "stackHeight": 400,
  "materialCode": "OTHER",
  "shapeCode": "ROUND",
  "crossAreaFlow": 306,
  "crossAreaStackExit": 306,
  "beginDate": "2008-01-01",
  "endDate": null,
  "id": "MELISSAMAT-E496678DE19E4827ADE4D541B18B5756",
  "locationId": "5770",
  "userId": "abcde",
  "addDate": "2009-02-20",
  "updateDate": "2009-02-20",
  "active": true
}