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"
}
]
}
]
}
}
}