Resource:Operator: allocate order itemC# Rel Const:Rels.OrderSvc.OrderItemAllocateURI template:{id}/items/{iid}/allocatorObtain 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 |
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.