Benchling · Schema

RequestTasksBulkCreate

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
schemaId string The schema id of the Legacy Request Task to create
View JSON Schema on GitHub

JSON Schema

RequestTasksBulkCreate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestTasksBulkCreate.json",
  "title": "RequestTasksBulkCreate",
  "allOf": [
    {
      "$ref": "#/components/schemas/RequestTaskBaseFields"
    }
  ],
  "properties": {
    "schemaId": {
      "description": "The schema id of the Legacy Request Task to create",
      "example": "reqtsksch_XHu79QRw",
      "type": "string"
    }
  },
  "required": [
    "schemaId"
  ],
  "type": "object"
}