Aggregation Scheme Industry Mappings - Implan-Group/api GitHub Wiki
For custom Aggregation Schemes, returns the mappings of customized industries to their base IMPLAN code.
Property | Type | Details |
---|---|---|
displayCode | str | A display code for the custom Industry. |
displayDescription | str | A description for the custom Industry. |
codeFrom | int | |
codeTo | int | |
industryIdFrom | int | |
industryIdTo | int |
Parameter | Spec | Type | Details |
---|---|---|---|
aggregationSchemeId | route | int | The Aggregation Scheme the industry maps are for. |
GET /api/v1/aggregationSchemes/2127/industry-mapping
[ { "displayCode": "1", "displayDescription": "Threes", "codeFrom": 3, "codeTo": 3, "industryIdFrom": 4640, "industryIdTo": 4640 }, ]