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

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-feature/docs_docker_image Version: dev-feature/docs_docker_image
Commit: 676e4afe
Deployed at: 2026-01-09T12:13:36Z