Search order-lots
POST
/manualProduction/rest/v1/order-lots
Returns filtered list of order-lots using POST body
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"modified": "2024-01-01T10:00:00Z",
"id": 123
}
Responses
Filtered order-lots
application/json
JSON
[
{
"id": 0,
"order_number": 0,
"lotNumber": 0,
"quantity": 0,
"status": "string",
"modified": "string"
}
]