Search containers with body
POST
/rest/v1/containers
Searches for containers using request body filters
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"search": "CONT123",
"active": true
}
Responses
Filtered containers
application/json
JSON
[
{
"id": 0,
"scanCode": "string",
"baseCode": "string",
"lotNumber": 0,
"weight": 0,
"status": "string",
"createdAt": "string"
}
]