FactoryRiskProfileInspectionData
inspectionHistories object[]nullable
The previous inspections
Array [
caseNumber stringnullable
Case number of the inspection which the risk score is calculated based on
Example:
178292020-04-16MAgarmentCo.,LtdDUPRO
date datenullable
Date of the inspection which the risk score is calculated based on
Example:
2021-04-29
result stringnullable
Result of the inspection which the risk score is calculated based on
Example:
fail
]
inspectionLasted objectnullable
The last inspection
caseNumber stringnullable
Case number of the inspection which the risk score is calculated based on
Example:
178292020-04-16MAgarmentCo.,LtdDUPRO
date datenullable
Date of the inspection which the risk score is calculated based on
Example:
2021-04-29
result stringnullable
Result of the inspection which the risk score is calculated based on
Example:
fail
FactoryRiskProfileInspectionData
{
"inspectionHistories": [
{
"caseNumber": "178292020-04-16MAgarmentCo.,LtdDUPRO",
"date": "2021-04-29",
"result": "fail"
}
],
"inspectionLasted": {
"caseNumber": "178292020-04-16MAgarmentCo.,LtdDUPRO",
"date": "2021-04-29",
"result": "fail"
}
}