| name | data type | description |
|---|---|---|
| itemCnrContact | string | |
| itemDescriptionContact | string | |
| itemCnrStrand | string | |
| itemDescriptionStrand | string | |
| minimumValue | number | |
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
{
"itemCnrContact" : "...",
"itemDescriptionContact" : "...",
"itemCnrStrand" : "...",
"itemDescriptionStrand" : "...",
"minimumValue" : 12345.0,
"testType" : "FORCE_MEASUREMENT",
"productionId" : 12345,
"sortOrder" : 12345,
"description" : "...",
"comment" : "...",
"id" : 12345
}