Business Rules Framework Actions REST Endpoints

Business Rules Framework Actions
The business rules framework actions resource provides actions that are selected by users within each rule. If the conditions for a rule evaluate to true, the actions associated with that rule are performed by the system.
Create an action
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkActions
Delete an action
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkActions/{ActionId}
Get all actions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkActions
Get an action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkActions/{ActionId}
Update an action
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkActions/{ActionId}