ACORD · Example Payload

Ngds Claim Request Example

ClaimsInsurancePolicyStandardsUnderwriting

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

Top-level fields

policyIdlossDatelossDescriptionlossLocationclaimantestimatedLossAmount

Example Payload

Raw ↑
{
  "policyId": "500123",
  "lossDate": "2025-03-15",
  "lossDescription": "Sample description for this record",
  "lossLocation": "sample-value",
  "claimant": "sample-value",
  "estimatedLossAmount": 5000.0
}