aflac · Example Payload

Enterprise Connect Claim Example

Fortune 500

Enterprise Connect Claim Example is an example object payload from aflac, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

claim_idpolicy_idemployee_idclaim_typestatusincident_datesubmission_datebenefit_amountdenial_reason

Example Payload

Raw ↑
{
  "claim_id": "500123",
  "policy_id": "500123",
  "employee_id": "500123",
  "claim_type": "accident",
  "status": "submitted",
  "incident_date": "2025-03-15",
  "submission_date": "2025-03-15T14:30:00Z",
  "benefit_amount": 99.99,
  "denial_reason": "example_value"
}