Cam Qa Cert App Ecorrelation Test Run Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Qa Cert App Ecorrelation Test Run Dto Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 20 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

appendixEHeatInputFromOilDataappendixEHeatInputFromGasDataidappECorrTestSumIdcalculatedHourlyHeatInputRatecalculatedTotalHeatInputuserIdaddDateupdateDaterunNumberreferenceValuehourlyHeatInputRatetotalHeatInputresponseTimebeginDatebeginHourbeginMinuteendDateendHourendMinute

Example Payload

Raw ↑
{
  "appendixEHeatInputFromOilData": [
    "string"
  ],
  "appendixEHeatInputFromGasData": [
    "string"
  ],
  "id": "12345",
  "appECorrTestSumId": "12345",
  "calculatedHourlyHeatInputRate": 35.5,
  "calculatedTotalHeatInput": 35.5,
  "userId": "12345",
  "addDate": "string",
  "updateDate": "string",
  "runNumber": 0.0,
  "referenceValue": 0.0,
  "hourlyHeatInputRate": 0.0,
  "totalHeatInput": 0.0,
  "responseTime": 0.0,
  "beginDate": "2024-01-15T12:00:00Z",
  "beginHour": 0.0,
  "beginMinute": 0.0,
  "endDate": "2024-01-15T12:00:00Z",
  "endHour": 0.0,
  "endMinute": 0.0
}