Root Insurance · Example Payload

Policyholder Add Note Response 200

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

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

Top-level fields

texttypepolicyholder_idcreated_atrequested_by

Example Payload

Raw ↑
{
  "text": "Customer spoke to Erlich previously",
  "type": "text_note_created",
  "policyholder_id": "00000000-0000-0000-0000-000000000001",
  "created_at": "2022-10-16T10:12:02.872Z",
  "requested_by": {
    "type": "user",
    "id": "00000000-0000-0000-0000-000000000001"
  }
}