Root Insurance · Example Payload

Create Data Store Entity Response 200

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Create Data Store Entity Response 200 is an example object payload from Root Insurance, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data_store_entity_idorganization_iddatacreated_bycreated_atupdated_atupdated_bydata_store

Example Payload

Raw ↑
{
  "data_store_entity_id": "424312b7-6d8f-424f-bf3e-af1384444424",
  "organization_id": "952bfef5-7517-47ff-bf41-08c5a66c52db",
  "data": {
    "name": "Apple iPhone X",
    "price": 1000000
  },
  "created_by": {
    "type": "api_key",
    "id": "420df14d-b09d-4d89-84a8-8e3118c9ca23",
    "owner_id": "00000000-0000-0000-0000-000000000001"
  },
  "created_at": "2021-01-28T10:00:24.809Z",
  "updated_at": "2021-01-28T10:00:24.809Z",
  "updated_by": {
    "type": "api_key",
    "id": "420df14d-b09d-4d89-84a8-8e3118c9ca23",
    "owner_id": "00000000-0000-0000-0000-000000000001"
  },
  "data_store": {
    "data_store_id": "6e91fe74-aa56-4b4e-8f68-636d23d5706f",
    "key": "devices",
    "schema": {
      "type": "object",
      "async": true,
      "required": [
        "name",
        "price"
      ],
      "properties": {
        "name": {
          "type": "string"
        },
        "price": {
          "type": "number"
        }
      }
    },
    "description": "Devices data store",
    "name": "devices",
    "updated_at": "2021-01-28T10:00:17.773Z",
    "updated_by": {
      "type": "api_key",
      "id": "420df14d-b09d-4d89-84a8-8e3118c9ca23",
      "owner_id": "00000000-0000-0000-0000-000000000001"
    }
  }
}