aflac · Example Payload

Enterprise Connect Enrollment Example

Fortune 500

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

Top-level fields

enrollment_idemployee_idgroup_idpolicy_idproduct_typecoverage_levelstatuseffective_datetermination_datemonthly_premiumcreated_atupdated_at

Example Payload

Raw ↑
{
  "enrollment_id": "500123",
  "employee_id": "500123",
  "group_id": "500123",
  "policy_id": "500123",
  "product_type": "accident",
  "coverage_level": "employee_only",
  "status": "active",
  "effective_date": "2025-03-15",
  "termination_date": "2025-03-15",
  "monthly_premium": 99.99,
  "created_at": "2025-03-15T14:30:00Z",
  "updated_at": "2025-03-15T14:30:00Z"
}