Resource:
open orders in a given bin sent as query param
C# Rel Const:
Rels.OrderSvc.OrdersbyBinId
URI template:
binids{?facilityId,binId}
recieves binId as parameter to handle special characters
Success status: 200
Name
(* = required)
|
Data Type | Description |
facilityId
*
|
int |
|
binId
*
|
string |
|
|
Type |
Description |
OrderIds |
IEnumerable<int>
|
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/orders/order
|
Open Orders in Bin |
Sample accept: application/hal+json
{
"orderIds": [
1
]
}
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.