Accounting Rule Field Values REST Endpoints

Accounting Rule Field Values
The accounting rule field values resource is used to view, create, delete, or modify field values of an accounting rule. An accounting rule field value is specified by the user to control which accounting transactions are processed by the rule.
Create an accounting rule field value
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRuleFieldValues
Delete an accounting rule field value
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRuleFieldValues/{publicSectorAccountingRuleFieldValuesUniqID}
Get all accounting rule field values
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRuleFieldValues
Get an accounting rule field value
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRuleFieldValues/{publicSectorAccountingRuleFieldValuesUniqID}
Update an accounting rule field value
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountingRuleFieldValues/{publicSectorAccountingRuleFieldValuesUniqID}