Get active orders
GET
/manualProduction/rest/v1/orders/active-orders/{locationNr}
Returns active orders for a location
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
locationNr*
Typestring
RequiredExample
"LOC001"Responses
List of active orders
application/json
JSON
[
{
"id": 0,
"orderNumber": "string",
"customerId": 0,
"status": "string",
"orderDate": "string",
"deliveryDate": "string"
}
]