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

Authorization
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0