Business Process Approval Delegation Rules REST Endpoints

Business Process Approval Delegation Rules
The businessProcessApprovalDelegationRules resource provides the delegation rules for a user.
Create a delegation rule
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalDelegationRules
Delete a delegation rule
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalDelegationRules/{PersonId}
Delete a delegation rule based on the rule name
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalDelegationRules/action/deleteRule
Get a data privilege for the logged in user
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalDelegationRules/action/hasDataPrivilege
Get a delegation rule
Method: get
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalDelegationRules/{PersonId}
Get a task category
Method: post
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalDelegationRules/action/getTaskCategories
Get all delegation rules not supported
Method: get
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalDelegationRules
Update delegation rule not supported
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/businessProcessApprovalDelegationRules/{PersonId}