v1

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

Detailed Facility Report SIC Code Service

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

post/dfr_rest_services.get_sic_codes

Response

Returns an object that includes an array of SIC codes

Example response

{
  "Results": {
    "Message": "Success",
    "SIC": {
      "Sources": [
        {
          "SICCodes": [
            {
              "EPASystem": "ICP",
              "SICCode": "9711",
              "SICDesc": "National Security",
              "SourceID": "ALR040033"
            }
          ]
        }
      ]
    }
  }
}