v1

latestSwagger 2.0This page was built with the Swagger API.2026-07-1494156491.1 KB
Detailed Facility Report

Detailed Facility Report NAICS Code Service

This procedure obtains data for the Facility NAICS Codes section in Facility/System Characteristics of the Detailed Facility Report.

post/dfr_rest_services.get_naics

Response

Returns an object that includes an array of NAICS codes

Example response

{
  "Results": {
    "Message": "Success",
    "NAICS": {
      "Sources": [
        {
          "NAICSCodes": [
            {
              "EPASystem": "ICP",
              "NAICSCode": "327320",
              "NAICSDesc": "Ready-Mix Concrete Manufacturing",
              "SourceID": "ALR040033"
            }
          ]
        }
      ]
    }
  }
}