Cam Monitor Plan System Component Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

componentIdbeginDatebeginHourendDateendHouridlocationIdmonitoringSystemRecordIduserIdaddDateupdateDateactive

Example Payload

Raw ↑
{
  "componentId": "044",
  "beginDate": "2008-12-31",
  "beginHour": 23,
  "endDate": null,
  "endHour": null,
  "id": "MELISSARHO-3F31E53DE9B14764936BFB0AC7225847",
  "locationId": "5770",
  "monitoringSystemRecordId": "CAMD-4B0DC37051224A7AA9D8CA1E5BE6B4D4",
  "userId": "abcde",
  "addDate": "2009-02-20",
  "updateDate": "2009-02-20",
  "active": true
}