Skip to content

Update lot storage cell

POST
/goodsReception/rest/v1/lot-storage-cells/update/{id}

Updates existing lot storage cell by ID

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

id*
Typeinteger
Required

Request Body

application/json
JSON
{
"id": 0,
"fk_lot_id": 0,
"fk_storage_cell_id": 0,
"lotnumber": "string",
"scan_code": "string",
"quantity": 0,
"weight_gross": 0,
"edbs_fetched_date": "string",
"created": "string",
"modified": "string"
}

Responses

Lot storage cell updated

application/json
JSON
{
"id": 0,
"fk_lot_id": 0,
"fk_storage_cell_id": 0,
"lotnumber": "string",
"scan_code": "string",
"quantity": 0,
"weight_gross": 0,
"edbs_fetched_date": "string",
"created": "string",
"modified": "string"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-master Version: dev-master
Commit: cb3eefe4
Deployed at: 2025-12-04T11:09:49Z