Create grading batch
POST
/grading/rest/v1/truesort/create-batch
Creates a new batch in Truesort for the specified lot number
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Query Parameters
lotNumber*
The lot number to create a batch for
Typestring
RequiredResponses
Batch created successfully
application/json
JSON
{
"id": 0,
"lot_nr": "string",
"grading_program": 0,
"grading_plan_id": 0,
"machine_status": "string",
"machine_id": 0
}