Role Definitions REST Endpoints

Role Definitions
The role definitions resource is used to view the list of roles that can be assigned in the system.
Create a set of role definitions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions
Delete a role definition
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/{publicSectorRoleDefinitionsUniqID}
Get a role definition
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/{publicSectorRoleDefinitionsUniqID}
Get all role definitions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions
Update a role definition
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/{publicSectorRoleDefinitionsUniqID}