Root Insurance · Example Payload

Requote Application Response 200

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Requote Application Response 200 is an example object payload from Root Insurance, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

application_idpolicyholder_idpackage_namesum_assuredmonthly_premiumbase_premiumbilling_daymodulecreated_atcreated_by

Example Payload

Raw ↑
{
  "application_id": "128ba0c0-3f6a-4f8b-9b40-e2066b02b59e",
  "policyholder_id": "bf3ab7ce-064d-43b7-811d-0ecd9aca3daf",
  "package_name": "Theft + comprehensive",
  "sum_assured": 1199900,
  "monthly_premium": 50000,
  "base_premium": 14999,
  "billing_day": 1,
  "module": {
    "type": "root_gadgets",
    "make": "Apple",
    "model": "iPhone 6S 64GB LTE",
    "serial_number": "1234567890"
  },
  "created_at": "2017-10-05T18:28:30.281Z",
  "created_by": {
    "id": "00000000-0000-0000-0000-000000000001",
    "type": "user"
  }
}