DefectDetail
affectedPercentagenumber
Affected percentage by the defect
Example:
1
comments object[]
correctiveAction object
defectCategorystringnullable
Defect category
Example:
Construction
defectCodestringnullable
Defect code
Example:
CON111
defectItems object[]
defectNamestringnullable
Defect name
Example:
Construction defect
preventativeActionstringnullable
Preventative action
Example:
Advise all staff
rootCausestringnullable
Root cause of the defect
Example:
Wrong carton dimension
totalDefectItemsinteger
Total defect items
Example:
1
totalDefectUnitsinteger
Total defect units
Example:
1
DefectDetail
{
"affectedPercentage": 1,
"comments": "Reviewed",
"correctiveAction": {
"details": "Rework on the defective units",
"value": "Rework Units"
},
"defectCategory": "Construction",
"defectCode": "CON111",
"defectItems": [
{
"attachments": [
{
"url": "https://.../image1.jpg"
}
],
"classification": "Minor",
"color": "black",
"customId": "ITEM123",
"itemId": "111-22-333",
"size": "Medium",
"styleId": "style_1"
}
],
"defectName": "Construction defect",
"preventativeAction": "Advise all staff",
"rootCause": "Wrong carton dimension",
"totalDefectItems": 1,
"totalDefectUnits": 1
}