Industries - Implan-Group/api GitHub Wiki

Industries

🔗Links


🖽 The Industry Code Object

An Industry Code refers to a particular industry in an Industry Set.

Property Type Details
id int An internal identifier used to separate different versions of the same Industry in different Sets.
code int The IndustryCode itself.
description str A description of the Industry this Code represents.

🖽 The Industry Set Object

An Industry Set is a particular grouping of all the Industries in a Country.

Property Type Details
id int The Industry Set's Identifier, often referred to as the IndustrySetId.
description str A description of the Industry Set.
defaultAggregationSchemeId int❔ A possible default Aggregation Scheme for this Industry Set, if one exists.
activeStatus bool❔ If true, this Industry Set is actively being supported. If null or false, this Industry Set has been depreciated.
isDefault bool❔ If true, this is the default Industry Set for the US. If null or false, this is not the default Industry Set for the US.
mapTypeId int
isNaicsCompatible bool Whether or not this Industry Set is compatible with NAICS.

🌐 Endpoints

⚠️ **GitHub.com Fallback** ⚠️