Skip to content

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
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-master Version: dev-master
Commit: cb3eefe4
Deployed at: 2025-12-04T11:09:49Z