AIG · Example Payload

Aig Insurance Claim Example

InsuranceFinancial ServicesProperty CasualtyCyber InsuranceEnterpriseFortune 100

Aig Insurance Claim Example is an example object payload from AIG, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

claim_numberpolicy_numberloss_datereported_dateloss_descriptionloss_amountclaim_statusadjuster_name

Example Payload

aig-insurance-claim-example.json Raw ↑
{
  "claim_number": "CLM-2024-567890",
  "policy_number": "AIG-GL-2024-001234",
  "loss_date": "2024-06-15",
  "reported_date": "2024-06-17",
  "loss_description": "Property damage due to fire in warehouse facility",
  "loss_amount": 250000.0,
  "claim_status": "Under Investigation",
  "adjuster_name": "Jane Smith"
}