LabTestCustomOrg
name string
Org name
address string
Address
city string
City
country string
Country
province string
Province
postal string
Postal
contacts object[]
Array [
name string
Contact name
email string
Contact email
telephoneNumber string
Contact telephone number
mobileNumber string
Contact mobile number
]
LabTestCustomOrg
{
"name": "string",
"address": "string",
"city": "string",
"country": "string",
"province": "string",
"postal": "string",
"contacts": [
{
"name": "string",
"email": "string",
"telephoneNumber": "string",
"mobileNumber": "string"
}
]
}