LabTestCreateMaterial
materialIdstringrequired
Possible values: <= 255 characters
materialNamestringnullable
Possible values: <= 255 characters
materialDescriptionstringnullable
Possible values: <= 255 characters
casNumberstringnullable
Possible values: <= 255 characters
materialColorstringnullable
Possible values: <= 255 characters
materialOriginCountrystring[]nullable
Possible values: Value must match regular expression ^[A-Z]{2}$
materialSizestringnullable
Possible values: <= 255 characters
LabTestCreateMaterial
{
"materialId": "string",
"materialName": "string",
"materialDescription": "string",
"casNumber": "string",
"materialColor": "string",
"materialOriginCountry": [
"string"
],
"materialSize": "string"
}