TestPlanMaterialStatusEntry Data Type

Properties
name data type description
Properties inherited from TestPlanEntry
testType TestTypeEnum
productionId number
sortOrder number
description string
comment string
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

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