TestResultPostEntry Data Type

Properties
name data type description
userId string
productionDeliveryId number
testResultEntries TestResultEntryList

Example

{
  "userId" : "...",
  "productionDeliveryId" : 12345,
  "testResultEntries" : {
    "entries" : [ {
      "productionTestPlanId" : 12345,
      "testType" : "MULTIPLE_CRIMP_WITHOUT_ISOLATION"
    }, {
      "productionTestPlanId" : 12345,
      "testType" : "MULTIPLE_CRIMP_WITHOUT_ISOLATION"
    } ]
  }
}