inventory masscompleter (http://api.3plcentral.com/rels/inventory/masscompleter)
Resource:
Complete multiple moverequests
C# Rel Const:
Rels.InventorySvc.MassCompleter
URI template:
moverequests/masscompleter
Obtain URI from:
Completes a tuple list of moverequest Ids and quantities where the quantity updates on a mismatch
Success status: 204
none
An object containing the completion info
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.