Resource:GroupOperator: of ordersplitC# Rel Const:Rels.OrderSvc.OrdersSplitURI template:splitterObtain URI from:
To split a list of orders
Success status: 200
Type | Description | |
---|---|---|
OrderIdentifiers | IEnumerable<Generic.Models.OrderIdentifier> | identifies orders to be affected |
Id | int |
Sample content-type: application/hal+json |
{ "orderIdentifiers": [ { "id": 1 } ] }
Type | Description | |
---|---|---|
ResourceList | IList<Order.Models.SplitOrder> | |
Links | IList<WebApi.Hal.Link> | |
- /rels/orders/order | 1: fully allocated order, 2: unallocated order |
{ "_embedded": { "http://api.3plCentral.com/rels/orders/ordersplit": [ {} ] } }
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.