Create order-lot
POST
/manualProduction/rest/v1/order-lots/create
Creates a new order-lot
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"order_number": 100,
"lotNumber": 200,
"quantity": 50
}
Responses
Order-lot created
application/json
JSON
{
"id": 0,
"order_number": 0,
"lotNumber": 0,
"quantity": 0,
"status": "string",
"modified": "string"
}