v1

latestSwagger 2.0This page was built with the Swagger API.2026-07-142241153.1 KB
Lookups

ECHO ICIS Law Sections Lookup Service

Returns the ICIS 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"
  }
}