Skip to content

Create lot

POST
/goodsReception/rest/v1/lots/create

Creates new lot

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"supplierNr": 1,
"articleNr": 100,
"quantity": 500.5,
"unit": "kg",
"deliveryDate": "2024-12-01",
"notes": "Quality delivery"
}

Responses

Lot created

application/json
JSON
{
"id": 0,
"lotNumber": "string",
"supplierNr": 0,
"articleNr": 0,
"quantity": 0,
"unit": "string",
"deliveryDate": "string",
"status": "string",
"createdAt": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0