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