Receipt Accounting Accrual Cutoff Rules REST Endpoints

Inventory Management/Receipt Accounting Accrual Cutoff Rules
Accrual cutoff rules determine the offset days defined for a business unit. The offset days determine the time period to account receipt accounting transactions in the period corresponding to the transaction date.
Create one accrual cutoff rule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/receiptAccountingAccrualCutoffRules
Delete one accrual cutoff rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/receiptAccountingAccrualCutoffRules/{AccrualCutOffRuleId}
Edit one existing accrual cutoff rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/receiptAccountingAccrualCutoffRules/{AccrualCutOffRuleId}
Get multiple accrual cutoff rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receiptAccountingAccrualCutoffRules
Get one accrual cutoff rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receiptAccountingAccrualCutoffRules/{AccrualCutOffRuleId}