Create lot transfer
POST
/goodsReception/rest/v1/lot-transfers/create
Creates new lot transfer
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"id": 0,
"fk_lot_id": 0,
"source_scancode": "string",
"target_scancode": "string",
"amount": 0,
"completed": true,
"lotnumber": "string",
"created": "string",
"modified": "string"
}
Responses
Lot transfer created
application/json
JSON
{
"id": 0,
"fk_lot_id": 0,
"source_scancode": "string",
"target_scancode": "string",
"amount": 0,
"completed": true,
"lotnumber": "string",
"created": "string",
"modified": "string"
}