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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules
Delete an accounting rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules/{publicSectorAccountingRulesUniqID}
Get all accounting rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules
Get an accounting rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules/{publicSectorAccountingRulesUniqID}
Update an accounting rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules/{publicSectorAccountingRulesUniqID}
Validate the integrity of the accounting rule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRules/{publicSectorAccountingRulesUniqID}