Skip to content

Add transfer

POST
/transfer/rest/v1/transfers/add

Creates transfer records for lots, containers, and charges

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"targetCell": "CELL-A1",
"lots": [
{
"partie": "LOT001",
"amount": 50,
"sourceCell": "CELL-B1"
}
],
"sortedContainers": [
{
"partie": "CONT123",
"sourceCell": "CELL-B2"
}
],
"chargen": [
{
"partie": "CHG001",
"amount": 100,
"sourceCell": "CELL-B3"
}
]
}

Responses

Transfer completed successfully

Playground

Server
Authorization
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