Workday Recruiting · Example Payload

Recruiting Rest Api Recruiting Agency Example

HCMHuman ResourcesRecruitingSaaSTalent Acquisition

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

Top-level fields

idnamecontactNamecontactEmailphonefeePercentageactive

Example Payload

Raw ↑
{
  "id": "11111111-2222-3333-4444-555555555555",
  "name": "Senior Software Engineer",
  "contactName": "Senior Software Engineer",
  "contactEmail": "candidate@example.com",
  "phone": "+1-415-555-0123",
  "feePercentage": 22.5,
  "active": true
}