Check lot code
GET
/goodsReception/rest/v1/lots/check-existing-active-lotcode/{lotcode}
Checks if lot code exists and is active
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
lotcode*
Typestring
RequiredExample
"LOT123456"Responses
Lot code check result
application/json
JSON
{
"exists": true,
"active": true
}