ACORD · Example Payload

Ngds Policy Update Example

ClaimsInsurancePolicyStandardsUnderwriting

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

Top-level fields

statusexpirationDatepremiumAmountendorsements

Example Payload

Raw ↑
{
  "status": "Active",
  "expirationDate": "2025-03-15",
  "premiumAmount": 5000.0,
  "endorsements": [
    {
      "endorsementNumber": "POL-2025-001234",
      "description": "Sample description for this record",
      "effectiveDate": "2025-03-15"
    }
  ]
}