Counties REST Endpoints

Counties
The counties resource is used to view, create, delete, or modify counties. A county is a region within a state.
Create a county
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCounties
Delete a county
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCounties/{publicSectorCountiesUniqID}
Get a county
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCounties/{publicSectorCountiesUniqID}
Get all counties
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCounties
Update a county
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCounties/{publicSectorCountiesUniqID}