Submit resorting task
POST
/grading/rest/v1/resorting/submit
Submits a resorting task to the Truesort machine. Takes a lot number (PartieNr), finds the corresponding resorting task, and either creates a new grading job or updates an existing one. It then creates or updates a batch in the Truesort machine for processing.
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"PartieNr": "string"
}
Responses
Grading job created or updated successfully
application/json
JSON
{
"id": 0,
"lot_nr": "string",
"grading_program": 0,
"grading_plan_id": 0,
"machine_status": "string",
"machine_id": 0
}