Cam Qa Cert Cycle Time Injection Record Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Qa Cert Cycle Time Injection Record Dto Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcycleTimeSumIdcalculatedInjectionCycleTimeuserIdaddDateupdateDategasLevelCodecalibrationGasValuebeginDatebeginHourbeginMinuteendDateendHourendMinuteinjectionCycleTimebeginMonitorValueendMonitorValue

Example Payload

Raw ↑
{
  "id": "12345",
  "cycleTimeSumId": "12345",
  "calculatedInjectionCycleTime": 35.5,
  "userId": "12345",
  "addDate": "string",
  "updateDate": "string",
  "gasLevelCode": "string",
  "calibrationGasValue": 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,
  "injectionCycleTime": 0.0,
  "beginMonitorValue": 0.0,
  "endMonitorValue": 0.0
}