ACORD · Example Payload

Ngds Party Example

ClaimsInsurancePolicyStandardsUnderwriting

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

Top-level fields

partyIdpartyTypefirstNamelastNameorganizationNametaxIdaddresscontacts

Example Payload

Raw ↑
{
  "partyId": "500123",
  "partyType": "Insured",
  "firstName": "Jane Smith",
  "lastName": "Jane Smith",
  "organizationName": "Jane Smith",
  "taxId": "12-3456789",
  "address": "sample-value",
  "contacts": [
    "sample-value"
  ]
}