Release Rules REST Endpoints

Inventory Management/Release Rules
A rule that defines the criteria to determine the shipment lines to select for pick release or interfacing with the external execution system and how they need to be processed. The rule is used in creating pick waves and generating shipment requests.
Create release rules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/releaseRules
Delete one release rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/releaseRules/{ReleaseRuleId}
Get all release rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/releaseRules
Get one release rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/releaseRules/{ReleaseRuleId}
Update one release rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/releaseRules/{ReleaseRuleId}