ACORD · Example Payload

Ngds Coverage Request Example

ClaimsInsurancePolicyStandardsUnderwriting

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

Top-level fields

coverageTypelimitdeductiblepremiumcurrency

Example Payload

Raw ↑
{
  "coverageType": "Standard",
  "limit": 5000.0,
  "deductible": 5000.0,
  "premium": 5000.0,
  "currency": "USD"
}