Cam Qa Cert Linearity Summary Record Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

gasLevelCodemeanMeasuredValuemeanReferenceValuepercentErrorapsIndicatoridtestSumIdcalculatedMeanReferenceValuecalculatedMeanMeasuredValuecalculatedPercentErrorcalculatedAPSIndicatoruserIdaddDateupdateDate

Example Payload

Raw ↑
{
  "gasLevelCode": "string",
  "meanMeasuredValue": 0.0,
  "meanReferenceValue": 0.0,
  "percentError": 0.0,
  "apsIndicator": 0,
  "id": "12345",
  "testSumId": "12345",
  "calculatedMeanReferenceValue": 35.5,
  "calculatedMeanMeasuredValue": 35.5,
  "calculatedPercentError": 35.5,
  "calculatedAPSIndicator": 35.5,
  "userId": "12345",
  "addDate": "string",
  "updateDate": "string"
}