Cam Qa Cert Protocol Gas Record Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

gasTypeCodeidtestSumIduserIdaddDateupdateDategasLevelCodecylinderIdentifiervendorIdentifierexpirationDate

Example Payload

Raw ↑
{
  "gasTypeCode": "string",
  "id": "12345",
  "testSumId": "12345",
  "userId": "12345",
  "addDate": "string",
  "updateDate": "string",
  "gasLevelCode": "string",
  "cylinderIdentifier": "12345",
  "vendorIdentifier": "12345",
  "expirationDate": "2024-01-15T12:00:00Z"
}