Code Types REST Endpoints

Code Types
The code types resource is used to view, create, modify, or delete a code type. Code types represent specific published codes, guidelines, ordinances, and so forth.
Create a code type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeTypes
Delete a code type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeTypes/{publicSectorCodeTypesUniqID}
Get a code type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeTypes/{publicSectorCodeTypesUniqID}
Get all code types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeTypes
Update a code type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeTypes/{publicSectorCodeTypesUniqID}