availity · Example Payload

Eligibility Plan Information Example

Eligibility Plan Information Example is an example object payload from availity, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

planNamegroupNamegroupNumberplanBeginDateplanEndDate

Example Payload

Raw ↑
{
  "planName": "sample-value",
  "groupName": "sample-value",
  "groupNumber": "sample-value",
  "planBeginDate": "2025-04-15",
  "planEndDate": "2025-04-15"
}