InactiveReelQuantityChanges


Method: POST



Description:

Updates reel quantity change for reels that are not in production (not placed on an SMT machine),
Gets as argument the change (delta) in number of components on a reel, either positive or negative,
Updates the correction/used field in complist, according to the ChangeReason, it could be 'Correction' (the default) or 'Used',
If AllowStatusChange='true' (default is 'false') - Changes the Reel status to Empty if the updated quantity is zero or negative,
And changes the status to UnSet if the status was Empty and the updated quantity is positive

Resource URL:

http://localhost:8014/MaterialManagement/InactiveReelQuantityChanges

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

<ReelQuantityChange ReelId='ID0001' ChangeQuantity='10' Comment='comment' ChangeReason='correction' AllowStatusChange='false' IsEmpty='false' OperatorID='op1' xmlns='http://www.valor.com/MSS/Schemas/ReelQuantityChange/2011' />


All REST Resources