Skip to main content

LabTestItem

itemIdstringrequired

Possible values: <= 255 characters

itemNamestringnullable

Possible values: <= 255 characters

itemDescriptionstringnullable

Possible values: <= 255 characters

styleIdstringrequired

Possible values: <= 255 characters

styleNamestringnullable

Possible values: <= 255 characters

colorstringnullable

Possible values: <= 255 characters

Default value:
sizestringnullable

Possible values: <= 255 characters

originCountrystring[]nullable

Possible values: Value must match regular expression ^[A-Z]{2}$

sampleSizeintegernullable
unitstringnullable

Possible values: <= 255 characters

Default value:
LabTestItem
{
"itemId": "string",
"itemName": "string",
"itemDescription": "string",
"styleId": "string",
"styleName": "string",
"color": "string",
"size": "string",
"originCountry": [
"string"
],
"sampleSize": 0,
"unit": "string"
}