Workday Recruiting · Example Payload

Recruiting Rest Api Job Requisition Create Example

HCMHuman ResourcesRecruitingSaaSTalent Acquisition

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

Top-level fields

titlejobProfilepositionsupervisoryOrganizationhiringManagerrecruiternumberOfOpeningslocationworkerTypetimeTypetargetHireDatejobDescriptionqualifications

Example Payload

Raw ↑
{
  "title": "Senior Software Engineer",
  "jobProfile": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "position": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "supervisoryOrganization": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "hiringManager": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "recruiter": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "numberOfOpenings": 3,
  "location": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "workerType": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "timeType": "Full time",
  "targetHireDate": "2026-05-03",
  "jobDescription": "Strong technical background with 8+ years of experience in distributed systems.",
  "qualifications": "Bachelor's degree in Computer Science or equivalent experience; 5+ years of professional software development."
}