TestPlanEntry Data Type

Subtypes
TestPlanElectricalTestEntry, TestPlanCrimpEntry, TestPlanOpticalTestEntry, TestPlanOpenTestEntry, TestPlanCrimpIsoEntry, TestPlanForceMeasurementEntry, TestPlanMultipleCrimpEntry, TestPlanDimensionalTestEntry, TestPlanMultipleCrimpIsoEntry, TestPlanMaterialStatusEntry
Properties
name data type description
testType TestTypeEnum
productionId number
sortOrder number
description string
comment string
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

{
  "testType" : "ELECTRICAL_TEST",
  "productionId" : 12345,
  "sortOrder" : 12345,
  "description" : "...",
  "comment" : "...",
  "id" : 12345
}