Transfer Charge Rules REST Endpoints

Inventory Management/Transfer Charge Rules
The Transfer Charge Rules resource allows users to create rules comprising of transfer charge rule details applicable during interorganization movement of materials to roll up the costs by supply chain cost rollup process.
Create transfer charge rule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/transferChargeRules
Delete one transfer charge rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/transferChargeRules/{TransferChargeRuleId}
Get all transfer charge rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/transferChargeRules
Get one transfer charge rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/transferChargeRules/{TransferChargeRuleId}
Update one transfer charge rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/transferChargeRules/{TransferChargeRuleId}