Find container by scan code
GET
/rest/v1/containers/find-by-scan-code
Looks for a single container by scan code
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Query Parameters
scan_code*
Typestring
RequiredExample
"CONT123456"Responses
Container found
application/json
JSON
{
"id": 0,
"scanCode": "string",
"baseCode": "string",
"lotNumber": 0,
"weight": 0,
"status": "string",
"createdAt": "string"
}