Business Process Approval Builder Rules REST Endpoints

Business Process Approval Builder Rules
The businessProcessApprovalBuilderRules resource is used to build representative lists in approval rules.
Create an approver list
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessRulesConfigurations
Delete an approver list
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/businessProcessRulesConfigurations/{TransactionRuleId}
Get a list of application roles
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessRulesConfigurations/action/getApproverTypes
Get a list of approval users
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessRulesConfigurations/action/getRoutingTypes
Get all approver lists
Method: get
Path: /hcmRestApi/resources/11.13.18.05/businessProcessRulesConfigurations
Get an approver list
Method: get
Path: /hcmRestApi/resources/11.13.18.05/businessProcessRulesConfigurations/{TransactionRuleId}
Gets a list of approval users that can be assignees of a specific process.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessRulesConfigurations/action/getManagementHierarchyStartsWith
Gets a list of user defined approval groups.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessRulesConfigurations/action/getRepresentativeOrManagerTypes
Return a list of approval users specific to the process
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessRulesConfigurations/action/getOperatorsForAttributeType
Update an approver list
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/businessProcessRulesConfigurations/{TransactionRuleId}