TestResultEntryList Data Type

Properties
name data type description
entries array of TestResultEntry

Example

{
  "entries" : [ {
    "productionTestPlanId" : 12345,
    "testType" : "DIMENSIONAL_TEST"
  }, {
    "productionTestPlanId" : 12345,
    "testType" : "ELECTRICAL_TEST"
  } ]
}