- Subcategories:
- Flexfields for Release Rules
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: postPath:
/fscmRestApi/resources/11.13.18.05/releaseRules
- Delete one release rule
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/releaseRules/{ReleaseRuleId}
- Get all release rules
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/releaseRules
- Get one release rule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/releaseRules/{ReleaseRuleId}
- Update one release rule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/releaseRules/{ReleaseRuleId}