MoistureCheckDefectItem
components object[]
Components of items that failed the moisture check
Array [
acceptableTolerances object[]
Acceptable Tolerance information
Array [
fromnumber
The bottom range of the acceptable tolerance
Example:
0.2
tonumber
The top range of the acceptable tolerance
Example:
1
unitstringnullable
Unit of the acceptable tolerance in cm,mm,inch
Example:
cm
]
defectClassificationstringnullable
Defect Classification
Example:
Minor
namestringnullable
Name of the component
Example:
Arm
outOfTolerance object
Out of Tolerance information
unitstringnullable
Example:
cm
valuenumber
value of the out of acceptable tolerance
Example:
1.5
]
itemIdstringnullable
ID of the item that failed the moisture check
Example:
ITEM1212
typestringnullable
Type of the defective item
Example:
General
MoistureCheckDefectItem
{
"components": [
{
"acceptableTolerances": [
{
"from": 0.2,
"to": 1,
"unit": "cm"
}
],
"defectClassification": "Minor",
"name": "Arm",
"outOfTolerance": {
"unit": "cm",
"value": 1.5
}
}
],
"itemId": "ITEM1212",
"type": "General"
}