Project Types REST Endpoints

Project Types
The project types resource is used to create, view, and update a project type.
Create a set project types
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectTypes
Delete a project type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectTypes/{publicSectorProjectTypesUniqID}
Get a project type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectTypes/{publicSectorProjectTypesUniqID}
Get all project types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectTypes
Update a project type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectTypes/{publicSectorProjectTypesUniqID}