List all resorting tasks
GET
/grading/rest/v1/resorting/list
Retrieves all Nachsortierung (resorting) tasks from the EDBS database. These tasks represent lots that need to be resorted/regraded.
Authorizations
bearerAuth
TypeHTTP (bearer)
Responses
Array of all resorting tasks
application/json
JSON
[
{
"ChargenNr": "string",
"ChargeTyp": 0,
"PartieNr": "string",
"Lieferdatum": "string",
"I_SUPPLIER_M": 0,
"LieferantNr": "string",
"LieferantName": "string",
"Erntejahr": 0,
"WGRKurz": "string",
"WGR": "string",
"SorteKurz": "string",
"Sorte": "string",
"VarianteKurz": "string",
"Variante": "string",
"Klasse": "string",
"ZertifikatKurz": "string",
"Zertifikat": "string",
"Gebinde": "string",
"GebindeAnzahl": 0,
"MengeNto": 0,
"MengeBto": 0,
"QualDFWert": 0,
"QualZuckerwert": 0,
"QualSTWert": 0,
"LagerSorte": "string",
"StandortKurz": "string",
"Standort": "string",
"Herkunft": "string"
}
]