Skip to content

Search orders

POST
/manualProduction/rest/v1/orders

Returns filtered list of orders using POST body

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"search": "ORD-2024",
"status": "active"
}

Responses

Filtered orders

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

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev- Version: dev-
Commit: bb7e53af
Deployed at: 2026-03-03T16:11:11Z