Search lot transfers
POST
/goodsReception/rest/v1/lot-transfers
Returns filtered lot transfers using POST body
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"filter": {
}
}
Responses
Successful response
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"
}
]