ActiveReelQuantityChanges


Method: POST



Description:

Updates reel quantity change for reels currently in production (placed on an SMT machine),
Gets as argument the change (delta) in number of components on a reel, either positive or negative,
The update is not done immediately in CompList table, changes are stored in ReelQuantityTrace table and moved to CompList on specific reel events

Resource URL:

http://localhost:8014/MaterialManagement/ActiveReelQuantityChanges

Example of request body (data that should be sent):

<ReelQuantityChange ReelId='ID0001' ChangeQuantity='10' Comment='comment' xmlns='http://www.valor.com/MSS/Schemas/ReelQuantityChange/2011' />


All REST Resources