Resource:Complete multiple moverequestsC# Rel Const:Rels.InventorySvc.MassCompleterURI template:moverequests/masscompleterObtain URI from:
Completes a tuple list of moverequest Ids and quantities where the quantity updates on a mismatch
Success status: 204
Type | Description | |
---|---|---|
MrIdQtys | List<System.ValueTuple<System.Int32,System.Decimal>> | |
Item1 | int | |
Item2 | decimal |
Sample content-type: application/hal+json |
{ "mrIdQtys": [ { "item1": 1, "item2": 2.0 } ] }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.