- Subcategories:
 - Large Object (LOB) Attributes - Condition Clob
 
Business Rules Framework Conditions REST Endpoints
    
        Common Setup/Business Rules Framework Conditions
    
The business rules framework conditions resource provides conditions that are created by users within a rule. Each condition is a field on a resource that is evaluated against a user-entered value. This resource will be deprecated in a future release and should not be used.
- Create a condition
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkConditions - Delete a condition
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkConditions/{ConditionId} - Get a condition
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkConditions/{ConditionId} - Get all conditions
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkConditions - Update a condition
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkConditions/{ConditionId}