Cam Monitor Plan Monitor Method Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Monitor Plan Monitor Method 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

parameterCodemonitoringMethodCodesubstituteDataCodebypassApproachCodebeginDatebeginHourendDateendHouridlocationIduserIdaddDateupdateDateactive

Example Payload

Raw ↑
{
  "parameterCode": "SO2",
  "monitoringMethodCode": "CEM",
  "substituteDataCode": "SPTS",
  "bypassApproachCode": "BYMAX",
  "beginDate": "2007-11-27",
  "beginHour": 17,
  "endDate": null,
  "endHour": null,
  "id": "MELISSAMAT-7BA7D94FDB4F4D4A8E1161E4B46150F6",
  "locationId": "5770",
  "userId": "abcde",
  "addDate": "2009-02-20",
  "updateDate": "2009-02-20",
  "active": true
}