| name | data type | description |
|---|---|---|
| entries | array of TestPlanEntry |
Example
{
"entries" : [ {
"testType" : "MATERIAL_STATUS",
"productionId" : 12345,
"sortOrder" : 12345,
"description" : "...",
"comment" : "...",
"id" : 12345
}, {
"testType" : "OPEN_TEST",
"productionId" : 12345,
"sortOrder" : 12345,
"description" : "...",
"comment" : "...",
"id" : 12345
} ]
}