Workday Benefits · Example Payload

Workday Benefits Dependent Example

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

Top-level fields

idemployeeIdfirstNamelastNamerelationshipdateOfBirthstatus

Example Payload

Raw ↑
{
  "id": "DEP-001",
  "employeeId": "EMP-12345",
  "firstName": "John",
  "lastName": "Smith",
  "relationship": "SPOUSE",
  "dateOfBirth": "1985-03-15",
  "status": "ACTIVE"
}