orders orderallocate (http://api.3plcentral.com/rels/orders/orderallocate)
Resource:
Operator: allocate order
C# Rel Const:
Rels.OrderSvc.OrderAllocate
URI template:
{id}/allocator
Obtain URI from:
To allocate an open order.
If-Match request header required; Success status: 204
Name (* = required) Data Type Description
id * int OrderID
A list of OrderItemIds with a list of manual allocations for each.
Type Description
ProposedAllocations IEnumerable<Order.Models.ProposedAllocationsByOrderItemId>
OrderItemId int
ProposedAllocations IEnumerable<Generic.Models.ProposedAllocation>
ReceiveItemId int
Qty decimal
Sample content-type: application/hal+json
{
  "proposedAllocations": [
    {
      "orderItemId": 1,
      "proposedAllocations": [
        {
          "receiveItemId": 1,
          "qty": 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.