Workday · Example Payload

Workday Getbenefitelections Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getBenefitElections",
  "method": "GET",
  "path": "/workers/{ID}/benefitElections",
  "summary": "Get Benefit Elections",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getbenefitelections200Example",
      "example": {
        "data": [
          {
            "id": "abc123",
            "descriptor": "example_value",
            "electionStatus": "example_value",
            "coverageBeginDate": "2026-01-15",
            "coverageEndDate": "2026-01-15",
            "employeeCost": 42.5,
            "employerCost": 42.5,
            "dependents": [
              {}
            ],
            "beneficiaries": [
              {}
            ]
          }
        ],
        "total": 10
      }
    }
  ]
}