orders itemallocate (http://api.3plcentral.com/rels/orders/itemallocate)
Resource:
Operator: allocate order item
C# Rel Const:
Rels.OrderSvc.OrderItemAllocate
URI template:
{id}/items/{iid}/allocator
Obtain URI from:
To allocate a single OrderItem.
If-Match request header required; Success status: 204
Name (* = required) Data Type Description
id * int OrderId
iid * int OrderItemId
A list of manual allocations.
Type Description
ProposedAllocations IEnumerable<Generic.Models.ProposedAllocation>
ReceiveItemId int
Qty decimal
Sample content-type: application/hal+json
{
  "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.