Assessment Types REST Endpoints

Assessment Types
The assessment type resource is used to view, create, delete, or modify an assessment type. An assessment type identifies the ways in which an inspection may be assessed. For a given assessment type, there may be one or more assessment codes.
Create an assessment type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAssessmentTypes
Delete an assessment type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAssessmentTypes/{publicSectorAssessmentTypesUniqID}
Get all assessment types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAssessmentTypes
Get an assessment type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAssessmentTypes/{publicSectorAssessmentTypesUniqID}
Update an assessment type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAssessmentTypes/{publicSectorAssessmentTypesUniqID}