Cam Monitor Plan Monitor Plan Reporting Frequency Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

idmonitorPlanIdreportFrequencyCodebeginReportPeriodIdendReportPeriodIduserIdaddDateupdateDateplanbeginReportingPeriodendReportingPeriod

Example Payload

Raw ↑
{
  "id": "12345",
  "monitorPlanId": "12345",
  "reportFrequencyCode": "string",
  "beginReportPeriodId": 0.0,
  "endReportPeriodId": 0.0,
  "userId": "12345",
  "addDate": "2024-01-15T12:00:00Z",
  "updateDate": "2024-01-15T12:00:00Z",
  "plan": "example",
  "beginReportingPeriod": "example",
  "endReportingPeriod": "example"
}