Root Insurance · Example Payload

Reject A Fulfillment Request Response 200

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Reject A Fulfillment Request Response 200 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

fulfillment_request_idfulfillment_type_idpolicy_idclaim_idstatusfulfillment_datacreated_atcreated_byenvironmentfinalized_atfinalized_by

Example Payload

Raw ↑
{
  "fulfillment_request_id": "f84b3856-1358-4e12-bcf6-6732bc8b9522",
  "fulfillment_type_id": "ad044686-6b6f-4ce6-878f-143039243f11",
  "policy_id": "e2eb02eb-632b-4c12-8527-8a3b60212445",
  "claim_id": "25983c09-0913-494f-908b-592d5b2ebd8b",
  "status": "rejected",
  "fulfillment_data": {
    "amount": "10000",
    "customer_account_number": "0122036478331"
  },
  "created_at": "2022-05-26T09:31:09.709Z",
  "created_by": {
    "type": "user",
    "id": "99ff4c56-577c-11e9-b47c-a3d0f3abd20c"
  },
  "environment": "sandbox",
  "finalized_at": "2022-05-26T09:33:19.000Z",
  "finalized_by": {
    "type": "user",
    "id": "99ff4c56-577c-11e9-b47c-a3d0f3abd20c"
  }
}