Appearance
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"
}
]