Skip to main content
API Family:Default
Version:25.200.001
Screen ID:EP203000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
AttributesListAttributeValue
DAC Field:Not mapped to a DAC field
Description:No description available
CompanyTreeInfoListCompanyTree
DAC Field:Not mapped to a DAC field
Description:No description available
ContactInfoContactContact
DAC Field:Not mapped to a DAC field
Description:No description available
DelegatesListEmployeeDelegate
DAC Field:Not mapped to a DAC field
Description:No description available
EmployeeIDStringValuestring
DAC Field:PX.Objects.EP.EPEmployee.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.EP.EPEmployee.AcctName
Description:The employee name, which is usually a concatenation of the first and last name of the appropriate contact.
EmployeeSettingsEmployeeSettingsEmployeeSettings
DAC Field:Not mapped to a DAC field
Description:No description available
EmploymentHistoryListEmploymentHistoryRecord
DAC Field:Not mapped to a DAC field
Description:No description available
FinancialSettingsEmployeeFinancialSettingsEmployeeFinancialSettings
DAC Field:Not mapped to a DAC field
Description:No description available
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.EP.EPEmployee.LastModifiedDateTime
Description:No description available
StatusStringValuestring
DAC Field:PX.Objects.EP.EPEmployee.VStatus
Description:The status of the employee. The possible values of the field are listed in the VendorStatus class. The set of these values can be changed and extended by using the workflow engine.

Minimum Payload

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

2 required fields
{
  "EmployeeID": {
    "value": "string"
  },
  "EmployeeName": {
    "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.

  • ContactInfoa nested Contactrequired if you include one:DisplayName
  • Delegatesa list of EmployeeDelegaterequired if you include one:Delegate
  • EmployeeSettingsa nested EmployeeSettingsrequired if you include one:DepartmentIDEmployeeClass
  • EmploymentHistorya list of EmploymentHistoryRecordrequired if you include one:StartDate

Available in Versions