PeopleSoft · Example Payload

Peoplesoft Hcm Employee Example

Campus SolutionsCRMEnterprise SoftwareERPFinancial ManagementHCMSupply Chain Management

Peoplesoft Hcm Employee Example is an example object payload from PeopleSoft, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EMPLIDNAMEFIRST_NAMELAST_NAMEDEPTIDJOBCODEPOSITION_NBRLOCATIONCOMPANYBUSINESS_UNITEMPL_STATUSHR_STATUSREG_TEMPFULL_PART_TIMEHIRE_DT

Example Payload

Raw ↑
{
  "EMPLID": "EMP001234",
  "NAME": "Jane Smith",
  "FIRST_NAME": "Jane",
  "LAST_NAME": "Smith",
  "DEPTID": "10200",
  "JOBCODE": "MGR001",
  "POSITION_NBR": "00012345",
  "LOCATION": "HQ001",
  "COMPANY": "CCB",
  "BUSINESS_UNIT": "US001",
  "EMPL_STATUS": "A",
  "HR_STATUS": "A",
  "REG_TEMP": "R",
  "FULL_PART_TIME": "F",
  "HIRE_DT": "2020-01-15"
}