Workday Recruiting · Example Payload

Recruiting Rest Api Position Create Example

HCMHuman ResourcesRecruitingSaaSTalent Acquisition

Recruiting Rest Api Position Create 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

titlejobProfilesupervisoryOrganizationlocationworkerTypetimeTypeavailableDate

Example Payload

Raw ↑
{
  "title": "Senior Software Engineer",
  "jobProfile": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "supervisoryOrganization": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "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",
  "availableDate": "2026-05-03"
}