Workday Benefits · Example Payload

Workday Benefits Benefit Plan Example

Comprehensive PPO health plan with nationwide coverage

Workday Benefits Benefit Plan Example is an example object payload from Workday Benefits, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnametypecarrierstatuseffectiveDateendDateemployeePremiumemployerContributioncurrencydescription

Example Payload

Raw ↑
{
  "id": "BP-HEALTH-001",
  "name": "Premier Health PPO Plan",
  "type": "HEALTH",
  "carrier": "Blue Cross Blue Shield",
  "status": "ACTIVE",
  "effectiveDate": "2026-01-01",
  "endDate": "2026-12-31",
  "employeePremium": 150.0,
  "employerContribution": 450.0,
  "currency": "USD",
  "description": "Comprehensive PPO health plan with nationwide coverage"
}