InspectionListItem
Inspection UUID. bookingId equals inspectionId.
Aggregated inspection status (single enum string).
Inspection reason code, formatted as <Action> - <reason> where Action is
one of Aborted / Waived / Rejected / Split / Reset. Resolved from the
configured reason option answer when present, otherwise the free-text
reason. null when no reason code applies to the inspection.
Aborted - Order not readyexpectedDate object
Expected inspection date (ISO-8601).
Expected shipment date (ISO-8601).
Computed from the confirm activity timestamp; absent when there is no confirm activity.
Inspection creator (creator name).
assignedToOrganization objectnullable
The organization the inspection is assigned to. Null/absent when there is no assignment.
assignedToInspector objectnullable
The inspector the inspection is assigned to. Null/absent when there is no assignment.
clientInformation object
ISO alpha-2 country code.
contact object
vendorInformation object
ISO alpha-2 country code.
contact object
factoryInformation object
ISO alpha-2 country code.
contact object
locationPicker object
gpsLocation object
inspectionInformation object
{
"inspectionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"caseNumber": "string",
"status": "string",
"reasonCode": "Aborted - Order not ready",
"createdDate": "2024-07-29T15:51:28.071Z",
"updatedDate": "2024-07-29T15:51:28.071Z",
"actualInspectionDate": "2024-07-29T15:51:28.071Z",
"expectedDate": {
"inspectionDate": "2024-07-29T15:51:28.071Z",
"shipmentDate": "2024-07-29T15:51:28.071Z"
},
"confirmedBy": "string",
"confirmedDate": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"fromOrganizationId": "string",
"fromOrganizationName": "string",
"toOrganizationId": "string",
"toOrganizationName": "string",
"assignedToOrganization": {
"id": "string",
"name": "string",
"localOrganizationIds": [
"string"
]
},
"assignedToInspector": {
"systemId": 0,
"name": "string",
"email": "string",
"employeeId": "string"
},
"clientInformation": {
"organizationId": "string",
"localOrganizationId": "string",
"localOrganizationIds": [
"string"
],
"name": "string",
"address": "string",
"city": "string",
"country": "string",
"contact": {
"name": "string",
"email": "string",
"mobileNumber": "string",
"telephoneNumber": "string"
}
},
"vendorInformation": {
"organizationId": "string",
"localOrganizationId": "string",
"localOrganizationIds": [
"string"
],
"name": "string",
"address": "string",
"city": "string",
"country": "string",
"contact": {
"name": "string",
"email": "string",
"mobileNumber": "string",
"telephoneNumber": "string"
}
},
"factoryInformation": {
"organizationId": "string",
"localOrganizationId": "string",
"localOrganizationIds": [
"string"
],
"name": "string",
"address": "string",
"city": "string",
"country": "string",
"contact": {
"name": "string",
"email": "string",
"mobileNumber": "string",
"telephoneNumber": "string"
}
},
"locationPicker": {
"address": "string",
"gpsLocation": {
"latitude": "string",
"longitude": "string"
}
},
"inspectionForm": "string",
"workflowName": "string",
"inspectionInformation": {
"typeOfInspection": "string",
"typeOfInspectionName": "string"
},
"tags": [
"string"
]
}