NAICS Groups REST Endpoints

NAICS Groups
Use the NAICS groups resource to view, update, create, and delete NAICS groups. A NAICS group is used to organize NAICS codes.
Create a NAICS group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorNAICSGroups
Delete a NAICS group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorNAICSGroups/{publicSectorNAICSGroupsUniqID}
Get a NAICS group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorNAICSGroups/{publicSectorNAICSGroupsUniqID}
Get all NAICS groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorNAICSGroups
Update a NAICS group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorNAICSGroups/{publicSectorNAICSGroupsUniqID}