Skip to main content
PUT
Update Inspection

Path Parameters

inspection_id
string
required

Body

application/json
inspectionDate
string | null
inspectorName
string | null
inspectionType
string | null
totalInspected
integer | null
totalPassed
integer | null
totalDefective
integer | null
status
string | null
notes
string | null

Response

Successful Response

id
string
required
orgId
string
required
productionOrderId
string
required
inspectionDate
string
required
inspectorName
string
required
inspectionType
string
required
totalInspected
integer
required
totalPassed
integer
required
totalDefective
integer
required
defectRate
number
required
status
string
required
createdAt
string
required
updatedAt
string
required
notes
string | null
defects
QCDefectResponse · object[]