Skip to main content

FabricInspectionResponse

caseNumberstring

Case number of the created inspection

Example: CASE-001
inspectionIdstring

Uuid of the booking of the created inspection

Example: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee
inspectionResultstring

Result of the created inspection

Example: pass
inspectionUuidstring

Uuid of the created inspection

Example: ffffffff-1111-2222-3333-444444444444
internalIntegrationIdstring

The identifier sent in the request

Example: INT-001
FabricInspectionResponse
{
"caseNumber": "CASE-001",
"inspectionId": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"inspectionResult": "pass",
"inspectionUuid": "ffffffff-1111-2222-3333-444444444444",
"internalIntegrationId": "INT-001"
}