Retrieve details for a container by its container number.
GET /api/public/GetContainer
Parameter Type Required Description
num string Yes Container number (matched case-insensitively)
Returns a single container object:
{
"ContID": 3821,
"ContNum": "TCKU3456789",
"TypeCode": "45G1",
"Verified": true,
"ISO": "45G1",
"Added": "2023-04-12T05:33:10",
"ContLength": 45,
"DefGrade": "A"
}
Returns a Result with Code: 0 if the container is not found.