Support task_nbr parameter in Pick Confirm API
The Pick Confirm API now supports task_nbr as an optional allocation filter. Users can pass task_nbr in the API payload.
WMS uses the task number with other filters to find the correct allocation.
- If no matching open allocation exists, WMS returns an error.
- If task_nbr is not provided, existing API behavior remains unchanged.
NOTE: The From MHE Pick Confirmation UI also includes Task Number in the grid and search.
Steps to enable and configure
Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.