Create a new LT order

Request
Request Body schema: application/json

Order booking information

object (GenInfoBookingDTO)
object (ProductBookingDTO)

Product booking details for standard API

Array of objects (LTTestDTO)

Tests

Array of objects (SampleCollectionBookingDTO)

Sample collection

object (AdditionalRecipientsDTO)
object (LTSpecialInstructionDTO)
object (LTProductClassificationDTO)
Array of objects (LTCustomFieldDTO)

Custom fields

accreditationList
Array of strings unique

Accreditation list

Responses
200

successful operation

post/v1.2/lt/orders
Request samples
application/json
{
  • "generalInformation": {
    },
  • "product": {
    },
  • "testAssignments": [
    ],
  • "sampleCollection": [
    ],
  • "additionalRecipients": {
    },
  • "specialInstruction": {
    },
  • "classificationDTO": {
    },
  • "customFields": [
    ],
  • "accreditationList": [
    ]
}