BaseLabTestDetailProperty
idstring
Test property ID
Example:
TP001namestring
Test property name
Example:
Color Fastness to WashingtestPackageIdstring
Test package ID
Example:
TPK001testCategoryIdstring
Test category ID
Example:
TC001testCategoryNamestring
Test category name
Example:
Physical TeststestSubcategoryIdstring
Test subcategory ID
Example:
TSC001testSubcategoryNamestring
Test subcategory name
Example:
Color FastnessresultResultEnum (string)
pass- Passfail- Faildata- Datana- N/A
Possible values: [pass, fail, data, na]
Example:
passreviewResultstringnullable
Example:
passBaseLabTestDetailProperty
{
"id": "TP001",
"name": "Color Fastness to Washing",
"testPackageId": "TPK001",
"testCategoryId": "TC001",
"testCategoryName": "Physical Tests",
"testSubcategoryId": "TSC001",
"testSubcategoryName": "Color Fastness",
"result": "pass",
"reviewResult": "pass"
}