Lookups
ECHO ICIS NPDES Law Sections Lookup Service
Returns the ICIS NPDES Law Section Descriptions.
post/rest_lookups.icis_law_sections
Response
Returns an array of icis_inspection_types codes and their description. If search term or search code is not provided, all values are returned.
Example response
{
"Results": {
"LuValues": [
{
"ValueCode": "77034",
"ValueDescription": "1-Butanol"
}
],
"Message": "Success"
}
}