NAICS Codes REST Endpoints

NAICS Codes
Use the NAICS codes resource to assign NAICS codes to a business license application. These values are known as industry classifications.
Create a NAICS code
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorNAICSCodes
Delete a NAICS code
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorNAICSCodes/{publicSectorNAICSCodesUniqID}
Get a NAICS code
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorNAICSCodes/{publicSectorNAICSCodesUniqID}
Get all NAICS codes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorNAICSCodes
Update a NAICS code
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorNAICSCodes/{publicSectorNAICSCodesUniqID}