Skip to main content
API Family:Default
Version:23.200.001
Screen ID:PR203000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
ActiveBooleanValueboolean
DAC Field:PX.Objects.PR.PREmployee.ActiveInPayroll
Description:No description available
AddressInfoAddressAddress
DAC Field:Not mapped to a DAC field
Description:No description available
CashAccountStringValuestring
DAC Field:PX.Objects.PR.PREmployee.CashAccountID
Description:No description available
ClassIDStringValuestring
DAC Field:PX.Objects.PR.PREmployee.EmployeeClassID
Description:No description available
CompensationListCompensationDetail
DAC Field:Not mapped to a DAC field
Description:No description available
DeductionsAndBenefitsDeductionsAndBenefitsDeductionsAndBenefits
DAC Field:Not mapped to a DAC field
Description:No description available
DirectDepositDetailsListDirectDepositDetail
DAC Field:Not mapped to a DAC field
Description:No description available
EmployeeIDStringValuestring
DAC Field:PX.Objects.PR.PREmployee.AcctCD
Description:The human-readable identifier of the employee that is specified by the user or defined by the EMPLOYEE auto-numbering sequence during the creation of the employee. This field is a natural key, as opposed to the surrogate key BAccountID.
EmployeeNameStringValuestring
DAC Field:PX.Objects.PR.PREmployee.AcctName
Description:The employee name, which is usually a concatenation of the first and last name of the appropriate contact.
EmployeeTypeStringValuestring
DAC Field:PX.Objects.PR.PREmployee.EmpType
Description:No description available
EmploymentDatesEmploymentDatesEmploymentDates
DAC Field:Not mapped to a DAC field
Description:No description available
EmploymentRecordsListEmploymentRecord
DAC Field:Not mapped to a DAC field
Description:No description available
GeneralInfoEmployeeGeneralInfoEmployeeGeneralInfo
DAC Field:Not mapped to a DAC field
Description:No description available
GLAccountsEmployeeGLAccountsEmployeeGLAccounts
DAC Field:Not mapped to a DAC field
Description:No description available
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.PR.PREmployee.LastModifiedDateTime
Description:No description available
PaidTimeOffEmployeePaidTimeOffEmployeePaidTimeOff
DAC Field:Not mapped to a DAC field
Description:No description available
PaymentMethodStringValuestring
DAC Field:PX.Objects.PR.PREmployee.PaymentMethodID
Description:No description available
TaxesListEmployeeTaxDetail
DAC Field:Not mapped to a DAC field
Description:No description available
TaxSettingsListTaxSettingDetail
DAC Field:Not mapped to a DAC field
Description:No description available
EmployeeTypeClassDefaultBooleanValueboolean
DAC Field:PX.Objects.PR.PREmployee.EmpTypeUseDflt
Description:No description available
WorkLocationsEmployeeWorkLocationsEmployeeWorkLocations
DAC Field:Not mapped to a DAC field
Description:No description available

Minimum Payload

Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.

6 required fields
{
  "CashAccount": {
    "value": "string"
  },
  "ClassID": {
    "value": "string"
  },
  "EmployeeID": {
    "value": "string"
  },
  "EmployeeName": {
    "value": "string"
  },
  "EmployeeType": {
    "value": "string"
  },
  "PaymentMethod": {
    "value": "string"
  }
}

For every property this entity accepts, see the properties table.

Optional Children

None of these child collections is required — a payload without them is valid. If you do include one, these are the fields each row of it needs; keys the parent record supplies are named separately and must not be sent.

  • Compensationa list of CompensationDetailrequired if you include one:EarningCodeStartDateUnitOfPay
  • DeductionsAndBenefitsa nested DeductionsAndBenefitsrequired if you include one:MaxPercOfNetPayForAllGarnishm
  • DirectDepositDetailsa list of DirectDepositDetailrequired if you include one:AccountNumberBankRoutingNumberDepositSequenceNbr
  • EmploymentRecordsa list of EmploymentRecordrequired if you include one:StartDate
  • GeneralInfoa nested EmployeeGeneralInforequired if you include one:NetPayMinimumPayGroupWorkingWeeksPerYear
  • TaxSettingsa list of TaxSettingDetailrequired if you include one:SettingState

Available in Versions