Role Definitions REST Endpoints

Shared Services/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
Gets a role name by the role ID.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/action/getRoleNameByRoleId
Gets a unique GUID by the role ID.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/action/getRoleGuidByRoleId
Update a role definition
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/{publicSectorRoleDefinitionsUniqID}