Resource:Operator: allocate orderC# Rel Const:Rels.OrderSvc.OrderAllocateURI template:{id}/allocatorObtain URI from:
To allocate an open order.
If-Match request header required; Success status: 204
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | OrderID |
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.