ActivePicklistsDetails


Method: GET



Description:

Returns a list of Active Picklist data (Picklist table) and details
Results can be filtered by picklist id, group Id, machine Id and status

Resource URL:

http://localhost:8014/MaterialManagement/ActivePicklistsDetails?picklistId={picklistId}&groupId={groupId}&mcId={mcId}&status={status}&workorder={workorder}&workorderCompleted={workorderCompleted}&combineByStackId={combineByStackId}

Parameters:

picklistIdId of the picklist by which to filter (Optional)String
groupIdId of the group by which to filter (Optional)Integer
mcIdId of the machine by which to filter (Optional)Integer
statusStatus by which to filter (Optional)Integer
workorderWorkorder by which to filter (Optional)String
workorderCompletedA filter which indicates if the workorder fully picked (Optional)Boolean
combineByStackIdIndicates if results should be grouped by StackID (Optional)Boolean


Examples:

http://localhost:8014/MaterialManagement/ActivePicklistsDetails?
http://localhost:8014/MaterialManagement/ActivePicklistsDetails?PicklistId=pl01&mcId=12
http://localhost:8014/MaterialManagement/ActivePicklistsDetails?workorder=ID0001&workorderCompleted=true



All REST Resources