Industry Codes by Aggregation Scheme - Implan-Group/api GitHub Wiki
Returns a list of all the Industry Codes that belong to an Aggregation Schemes.
Parameter | Type | Details |
---|---|---|
aggregationSchemeId | int | The Aggregation Schemes that the resulting IndustryCode will belong to. |
GET /api/v1/IndustryCodes/14
[ { "id": 5594, "code": 1, "description": "Oilseed farming" }, { "id": 5595, "code": 2, "description": "Grain farming" }, ]