Skip to main content

LabTestCustomOrgWithLocalOrg

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

  • ]
  • localOrganizationId string

    Local org id

    localOrganizationName string

    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"
    }