Benchling · Example Payload

Createappconfigurationitem Request

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

Createappconfigurationitem Request is an example object payload from Benchling, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdpathmethodcontentTypeexample

Example Payload

Raw ↑
{
  "operationId": "createAppConfigurationItem",
  "path": "/app-configuration-items",
  "method": "post",
  "contentType": "application/json",
  "example": "{\n  \"appId\": \"app_J39na03L1nsLS34o\",\n  \"path\": [\n    \"My Schema 1\",\n    \"My Field 1\"\n  ],\n  \"type\": \"field\",\n  \"value\": \"tsf_HXUnClU9\"\n}\n"
}