InspectionDetailResponse
data object
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
billingInformation object
contact object
detailOfPIPO object
pipoInformation object
styles object[]
solids object[]
measurements object[]
sizes object[]
steps object[]
itemPullSample object[]
questionnaire object
questions object[]
validation object
{
"data": {
"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"
],
"billingInformation": {
"organizationId": "string",
"localOrganizationIds": [
"string"
],
"name": "string",
"address": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string",
"contact": {
"name": "string",
"email": "string",
"mobileNumber": "string",
"telephoneNumber": "string"
}
},
"detailOfPIPO": {
"pipoInformation": {
"poNumber": "string",
"opoNumber": "string",
"poTypes": [
"string"
],
"productLineId": "string",
"productLineName": "string"
},
"styles": [
{
"styleId": "string",
"styleName": "string",
"productCategoryId": "string",
"productCategoryName": "string",
"solids": [
{
"id": "string",
"itemId": "string",
"color": "string",
"size": "string",
"brandId": "string",
"brandName": "string",
"classId": "string",
"departmentId": "string",
"shipmentTerm": "string",
"quantity": 0,
"availableQuantity": 0,
"cartonQuantity": 0,
"availableCartonQuantity": 0,
"casePackQuantity": 0
}
],
"assortments": [
{}
],
"measurements": [
{
"caption": "string",
"pom": "string",
"unit": "string",
"isPomCritical": true,
"tolerance": 0,
"toleranceLower": 0,
"toleranceUpper": 0,
"sizes": [
{
"size": "string",
"measurement": "string"
}
]
}
]
}
]
},
"steps": [
{
"id": "string",
"name": "string",
"status": "string"
}
],
"itemPullSample": [
{
"itemId": "string",
"sampleSize": 0
}
],
"questionnaire": {
"questions": [
{
"id": "string",
"description": "string",
"questionType": "string",
"options": [
{}
],
"validation": {
"mandatory": true
}
}
]
}
}
}