Cam Monitor Plan Monitor Default Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

parameterCodedefaultValuedefaultUnitsOfMeasureCodedefaultPurposeCodefuelCodeoperatingConditionCodedefaultSourceCodegroupIdbeginDatebeginHourendDateendHouridlocationIduserIdaddDateupdateDateactive

Example Payload

Raw ↑
{
  "parameterCode": "CO2N",
  "defaultValue": 5,
  "defaultUnitsOfMeasureCode": "PCT",
  "defaultPurposeCode": "DC",
  "fuelCode": "NFS",
  "operatingConditionCode": "A",
  "defaultSourceCode": "DEF",
  "groupId": "GP2249",
  "beginDate": "2008-01-01",
  "beginHour": 1,
  "endDate": null,
  "endHour": null,
  "id": "MELISSAMAT-65FB5323A47A459B8FF3E2996EA4EB78",
  "locationId": "5770",
  "userId": "abcde",
  "addDate": "2009-02-20",
  "updateDate": "2009-02-20",
  "active": "true"
}