inventory inventoryheldreallocate (http://api.3plcentral.com/rels/inventory/inventoryheldreallocate)
Resource:
GroupOperator: hold/release inventory
C# Rel Const:
Rels.InventorySvc.InventoryHeldReallocate
URI template:
heldreallocator
Obtain URI from:
To deallocate order items in open orders allocated to the receive items on hold in 'riidList'; then attempt to allocate other inventory to those orders
Success status: 204
none
a list of ids of receive items recently placed on hold
Type Description
ReceiveItemIdentifiers IEnumerable<Generic.Models.ReceiveItemIdentifier> identifies receive items to be affected
Id int
Sample content-type: application/hal+json
{
  "receiveItemIdentifiers": [
    {
      "id": 1
    }
  ]
}

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.