Benchling · Example Payload

Createappconfigurationitem Response 201

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

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

Top-level fields

operationIdpathmethodstatuscontentTypeexample

Example Payload

Raw ↑
{
  "operationId": "createAppConfigurationItem",
  "path": "/app-configuration-items",
  "method": "post",
  "status": "201",
  "contentType": "application/json",
  "example": "{\n  \"apiURL\": \"string\",\n  \"app\": {\n    \"id\": \"string\"\n  },\n  \"createdAt\": \"2024-03-14T21:52:32.929Z\",\n  \"id\": \"string\",\n  \"type\": \"field\",\n  \"modifiedAt\": \"2024-03-14T21:52:32.929Z\",\n  \"path\": [\n    \"My Schema 1\",\n    \"My Field 1\"\n  ],\n  \"value\": \"tsf_HXUnClU9\"\n}\n"
}