Skip to main content

LabTestUploadRequestBodyInfix

testResultAttachments object[]required
  • Array [
  • fileIduuidrequired
    Example: f85774e7-cb3a-4bf3-ab8a-92e22bed41ac
    labelstringnullable
  • ]
  • testPackages object[]nullable
  • Array [
  • idstringrequired
    namestringrequired
    typestringnullable
  • ]
  • LabTestUploadRequestBodyInfix
    {
    "testResultAttachments": [
    {
    "fileId": "f85774e7-cb3a-4bf3-ab8a-92e22bed41ac",
    "label": "string"
    }
    ],
    "testPackages": [
    {
    "id": "string",
    "name": "string",
    "type": "string"
    }
    ]
    }