Cam Qa Cert Calibration Injection Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

idtestSumIdcalculatedZeroCalibrationErrorcalculatedZeroAPSIndicatorcalculatedUpscaleCalibrationErrorcalculatedUpscaleAPSIndicatoruserIdaddDateupdateDateonlineOfflineIndicatorupscaleGasLevelCodezeroInjectionDatezeroInjectionHourzeroInjectionMinuteupscaleInjectionDateupscaleInjectionHourupscaleInjectionMinutezeroMeasuredValueupscaleMeasuredValuezeroAPSIndicatorupscaleAPSIndicatorzeroCalibrationErrorupscaleCalibrationErrorzeroReferenceValueupscaleReferenceValue

Example Payload

Raw ↑
{
  "id": "12345",
  "testSumId": "12345",
  "calculatedZeroCalibrationError": 35.5,
  "calculatedZeroAPSIndicator": 35.5,
  "calculatedUpscaleCalibrationError": 35.5,
  "calculatedUpscaleAPSIndicator": 35.5,
  "userId": "12345",
  "addDate": "string",
  "updateDate": "string",
  "onlineOfflineIndicator": 0.0,
  "upscaleGasLevelCode": "string",
  "zeroInjectionDate": "2024-01-15T12:00:00Z",
  "zeroInjectionHour": 0.0,
  "zeroInjectionMinute": 0.0,
  "upscaleInjectionDate": "2024-01-15T12:00:00Z",
  "upscaleInjectionHour": 0.0,
  "upscaleInjectionMinute": 0.0,
  "zeroMeasuredValue": 0.0,
  "upscaleMeasuredValue": 0.0,
  "zeroAPSIndicator": 0.0,
  "upscaleAPSIndicator": 0.0,
  "zeroCalibrationError": 0.0,
  "upscaleCalibrationError": 0.0,
  "zeroReferenceValue": 0.0,
  "upscaleReferenceValue": 0.0
}