Root Insurance · Example Payload

Upsert Policyholder Request Company

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Upsert Policyholder Request Company is an example object payload from Root Insurance, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typefirst_namelast_nameemailcompany_nameregistration_numberdate_of_establishmentcompany_website_urlcontact_positionsubsidiary_companiescellphone

Example Payload

Raw ↑
{
  "type": "company",
  "first_name": "Allister",
  "last_name": "Smith",
  "email": "allister@testco.com",
  "company_name": "Test Co",
  "registration_number": "12398734A",
  "date_of_establishment": "19880202",
  "company_website_url": "www.testco.co.za",
  "contact_position": "Engineer",
  "subsidiary_companies": [
    "Subsidiary Inc"
  ],
  "cellphone": "+27821234567"
}