Data Models

BulkRecordInput


Properties

Property Type
records *
Array of Record

Example

{
  "records": [
    {
      "id": null,
      "data": {
        "example-key": {}
      },
      "external": null
    }
  ]
}