Accounting Rules REST Endpoints
Common Setup/Accounting Rules
The accounting rules resource is used to view, create, delete, or modify an accounting rule. An accounting rule describes how accounting journal entries are created for a specific type of transaction.
- Create an accounting rule
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules - Delete an accounting rule
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules/{publicSectorAccountingRulesUniqID} - Get all accounting rules
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules - Get an accounting rule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules/{publicSectorAccountingRulesUniqID} - Update an accounting rule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules/{publicSectorAccountingRulesUniqID} - Validate the integrity of the accounting rule
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules/{publicSectorAccountingRulesUniqID}