Aggregation Scheme Commodity Mappings - Implan-Group/api GitHub Wiki
For custom Aggregation Schemes, returns the mappings of customized commodities to their base IMPLAN commodity 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 | |
commodityIdFrom | int | |
commodityIdTo | int |
Parameter | Spec | Type | Details |
---|---|---|---|
aggregationSchemeId | route | int | The Aggregation Scheme Id the industry maps are for. |
GET /api/v1/aggregationSchemes/2127/commodity-mapping
[ { "displayCode": "3002", "displayDescription": "ones", "codeFrom": 3001, "codeTo": 3001, "commodityIdFrom": 1692, "commodityIdTo": 1692 }, ]