Return Routing Rules REST Endpoints

Maintenance/Return Routing Rules
The Return Routing Rules resource manages reverse logistics return routing rules and automatically determines the return to warehouse when creating return sales order lines and when performing return transfers.
Create rules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/returnRoutingRules
Delete a rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/returnRoutingRules/{RuleId}
Find 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 a rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/returnRoutingRules/{RuleId}