LabTestCustomOrgWithLocalOrg
namestring
Org name
addressstring
Address
citystring
City
countrystring
Country
provincestring
Province
postalstring
Postal
contacts object[]
Array [
namestring
Contact name
emailstring
Contact email
telephoneNumberstring
Contact telephone number
mobileNumberstring
Contact mobile number
]
localOrganizationIdstring
Local org id
localOrganizationNamestring
Local org name
LabTestCustomOrgWithLocalOrg
{
"name": "string",
"address": "string",
"city": "string",
"country": "string",
"province": "string",
"postal": "string",
"contacts": [
{
"name": "string",
"email": "string",
"telephoneNumber": "string",
"mobileNumber": "string"
}
],
"localOrganizationId": "string",
"localOrganizationName": "string"
}