Return Routing Rules REST Endpoints

Maintenance/Return Routing Rules
Rules for reverse logistics return routing that automatically determine the parts to be returned to a warehouse when the parts are returned from a source warehouse or from a customer location.
Create rules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/returnRoutingRules
Delete one rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/returnRoutingRules/{RuleId}
Find a destination warehouse
Method: post
Path: /fscmRestApi/resources/11.13.18.05/returnRoutingRules/action/getDestination
Get all rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/returnRoutingRules
Get one rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/returnRoutingRules/{RuleId}
Update one rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/returnRoutingRules/{RuleId}