Get all active lots
GET
/goodsReception/rest/v3/lots/active
Returns list of all active lots using Lot2::getActiveLots() method. Only GET requests allowed.
Authorizations
bearerAuth
TypeHTTP (bearer)
Responses
List of active lots retrieved successfully
application/json
JSON
[
{
"id": 0,
"lotNumber": "string",
"articleNr": "string",
"articleName": "string",
"variantNr": "string",
"variantName": "string",
"fieldNr": "string",
"prodFieldNr": "string",
"prodField": "string",
"lsnr": "string",
"lsdate": "string",
"quantity": 0,
"weight_gross": 0,
"printed": 0,
"origin_country": "string",
"self_delivered": 0,
"completed": 0,
"comment": "string",
"type": 0,
"storno": 0,
"sugar": 0,
"pressure": 0,
"starch": 0,
"edbs_id": "string",
"edbs_fetched_date": "string",
"modified": "string",
"mad": 0,
"additional_tare": 0,
"productGroupNr": "string",
"productGroupName": "string",
"packagingNr": "string",
"packagingName": "string",
"supplierNr": "string",
"supplierName": "string",
"eoNr": "string",
"certs": "string",
"locationNr": 0,
"deliveryTypeId": 0,
"deliveryTypeShort": "string",
"deliveryTypeText": "string",
"deliveryConditionID": 0,
"deliveryConditionText": "string",
"packagingProductGroupNr": "string",
"createdByUserId": 0,
"completedByUserId": 0
}
]