Skip to content

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
Required
Example"LOC001"

Responses

List of active orders

application/json
JSON
[
{
"id": 0,
"orderNumber": "string",
"customerId": 0,
"status": "string",
"orderDate": "string",
"deliveryDate": "string"
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0