Root Insurance · Example Payload

Update Multiple Block States Response 200

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Update Multiple Block States Response 200 is an example object payload from Root Insurance, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

free_text_block_nested_non_collapsibleexample_radio_blockexample_date_block

Example Payload

Raw ↑
{
  "free_text_block_nested_non_collapsible": {
    "type": "input.text",
    "value": "Freetext"
  },
  "example_radio_block": {
    "type": "radio",
    "option_key": "single",
    "option_value": "Single"
  },
  "example_date_block": {
    "type": "input.date",
    "value": "2023-03-10T08:51:17.000Z"
  }
}