Skip to content

Create new empty lot

POST
/goodsReception/rest/v3/lots/new

Creates a new empty lot using Lot2::createNewLot() method. No request body required.

Authorizations

bearerAuth
TypeHTTP (bearer)

Responses

New lot created 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
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0