- Subcategories:
- Rule Conditions
Spend Classification Sustainability Rules REST Endpoints
Spend Classification Sustainability Rules
The Spend Classification Sustainability Rules resource is used to create and manage rules within Invoice Classification Rules in Oracle Sustainability Cloud.
- Create rules
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationSustainabilityRules
- Delete one rule
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/spendClassificationSustainabilityRules/{RuleId}
- Get all rules
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationSustainabilityRules
- Get one rule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationSustainabilityRules/{RuleId}
- Update one rule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationSustainabilityRules/{RuleId}