ACORD · Example Payload

Acord Claim Example

ClaimsInsurancePolicyStandardsUnderwriting

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

Top-level fields

claimIdclaimNumberpolicyIdpolicyNumberstatuslossDatereportedDatelossDescriptionlossTypelossLocationclaimantadjusterreserveAmountpaidAmountcurrencypaymentscreatedAtupdatedAt

Example Payload

Raw ↑
{
  "claimId": "500123",
  "claimNumber": "POL-2025-001234",
  "policyId": "500123",
  "policyNumber": "POL-2025-001234",
  "status": "Open",
  "lossDate": "2025-03-15",
  "reportedDate": "2025-03-15",
  "lossDescription": "Sample description for this record",
  "lossType": "Collision",
  "lossLocation": "sample-value",
  "claimant": "sample-value",
  "adjuster": "sample-value",
  "reserveAmount": 5000.0,
  "paidAmount": 5000.0,
  "currency": "USD",
  "payments": [
    "sample-value"
  ],
  "createdAt": "2025-03-15T14:30:00Z",
  "updatedAt": "2025-03-15T14:30:00Z"
}