Skip to main content

BaseLabTestDetailProperty

idstring

Test property ID

Example: TP001
namestring

Test property name

Example: Color Fastness to Washing
testPackageIdstring

Test package ID

Example: TPK001
testCategoryIdstring

Test category ID

Example: TC001
testCategoryNamestring

Test category name

Example: Physical Tests
testSubcategoryIdstring

Test subcategory ID

Example: TSC001
testSubcategoryNamestring

Test subcategory name

Example: Color Fastness
resultResultEnum (string)
  • pass - Pass
  • fail - Fail
  • data - Data
  • na - N/A

Possible values: [pass, fail, data, na]

Example: pass
reviewResultstringnullable
Example: pass
BaseLabTestDetailProperty
{
"id": "TP001",
"name": "Color Fastness to Washing",
"testPackageId": "TPK001",
"testCategoryId": "TC001",
"testCategoryName": "Physical Tests",
"testSubcategoryId": "TSC001",
"testSubcategoryName": "Color Fastness",
"result": "pass",
"reviewResult": "pass"
}