Employee Record

GET {{base_url}}/employee/:employeekey

Use this endpoint to retrieve a single employee from the Employees hub.

Response

Field NameDescription
EmployeeUnique identifier for the employee record
PIMIDUnique identifier from the project information management PIM integration in Vantagepoint. Internal use only.
EmployeeCompanyCompany that the employee is associated with
OrgClient defined value that defines the organization up to 5 sublevels. Each level is two characters and are each separated by a user-defined delimiter. Sample valid values SF:AR:00:TS, BO:EN, CO:00, DC:AD.
SupervisorUnique identifier for the supervisor
SupervisorNameFirst name, last name, and professional credentials (when available) of the supervisor
HireDateDate of hire
StatusStatus of the employee. A for Active. I for Inactive. T for Terminated. Default: A. Sample valid values A, I, T from CodeTable: CFGEmployeeStatus.
YearsOtherFirmsNumber of years that the employee worked for other firms
PriorYearsFirmNumber of years that the employee previously worked for your firm if the employee worked for your firm, then left, and was rehired. This value is the previous number of years the employee worked for your firm prior to the hire date.
ReadyForProcessingY indicates that the record is approved for use in transaction processing. N the record is not ready.
PayOvtPctPercentage of overtime the employee worked recorded for payroll
PaySpecialOvtpctSpecial overtime percentage recorded for payroll
PayTypePay type for the employee on payroll. Valid values: H: Hourly, S: Salary.
OtherPayFirst one-time pay amount that is added to the gross and net pay amounts on a pay check
OtherPay2Second one-time pay amount that is added to the gross and net pay amounts on a pay check
OtherPay3Third one-time pay amount that is added to the gross and net pay amounts on a pay check
OtherPay4Fourth one-time pay amount that is added to the gross and net pay amounts on a pay check
OtherPay5Fifth one-time pay amount that is added to the gross and net pay amounts on a pay check
UseTotalHrsAsStdFlag that indicates whether to use the total hours worked by this employee as the standard for Time Analysis reporting. Y indicates to use the total hours as standard on Time Analysis. N indicates not to use the total hours as standard on Time Analysis.
ChangeDefaultLCFlag that indicates whether or not the employee can change the default labor code in Time. Y indicates that an employee can change the labor code in timesheets. N indicates an employee cannot modify the labor code in timesheets.
LocaleDefault payroll tax locale
LocaleMethodTax locale method. Valid values: 0 None, 1 Follow the project locale, 2 Percentage of wages.
IncludeLocalJurisOnlyFlag indicating whether or not the Only Include Local Jurisdictions option, located above the Locale area of the Payroll tab from the Employee Hub, is selected. Y indicates to only include local jurisdictions. N indicates not to include just local jurisdictions.
AllowChargeUnitsFlag indicating whether the option Allow Employee to charge Units in Timesheet is selected. Y indicates that the employee can charge units in timesheets. N indicates that the employee cannot charge units in timesheets.
RequireStartEndTimeFlag indicating whether the option Require Employee to enter Start and End Times is selected in the Employees Hub
AllowBreakTimeFlag indicating whether the option Allow Employee to enter Meals and Breaks is selected in the Employees Hub
DefaultBreakStartDateTimeValue in Default Meal Start Time
DefaultBreakEndDateTimeValue in Default Meal End Time
OccupationalCodeThe occupational code for Alaska entered on the Payroll tab of the Employee Hub for an employee
GeographicCodeThe geographical code for Alaska entered on the Payroll tab of the Employee Hub for an employee who completes electronic filing in Alaska
StatutoryEmployeeFlag that indicates whether or not the Statutory Employee box is selected from Form W-2 Information Box 13 of the Payroll tab in the Employee Hub for an employee
RetirementPlanFlag that indicates whether or not the Retirement Plan checkbox is selected from the Form W-2 Information Box 13 Payroll tab in the Employee Hub for an employee
ThirdPartySickPayFlag that indicates whether or not the Third Party Sick Pay checkbox is selected from the Form W-2 Information Box 13 Payroll tab in the Employee Hub for an employee
ClieOpFlag that indicates whether or not the ClieOP format is used
HomeCompanyThe employee's home office expressed as a two character company code
SalutationPrefix to a person's name from CodeTable : CFGPrefix
FirstNameFirst or chosen name
MiddleNameMiddle name
LastNameFamily or given name(s)
SuffixSuffix appended to a name from CodeTable: CFGSuffix
PreferredNameName the person prefers to be called, usually a first name, which may differ from the full name provided
TitlePerson's professional title typically given to them by the organization to which they belong
EmailEmail address
WorkPhoneWork phone number
WorkPhoneExtExtension for the work phone number
MobilePhoneMobile or cellular phone number
AvailableForCRMY indicates that the record is available to CRM users. N indicates that the record is not available to CRM users.
ReadyForApprovalY indicates that the record is available for approval by accounting users. N indicates that the record is not ready for approval.
Address1Line 1 of the address
Address2Line 2 of the address
Address3Line 3 of the address
CityName of the City
StateName of the state or province
ZipPostal zip code
CountryName of the country
MemoNotes about the object
FaxFax number
UtilizationRatioMaximum amount of time (expressed as a percentage) that you can assign the employee as a named resource on your firm's projects. Resource managers can use the utilization target to help determine if an employee is overutilized or underutilized.
TargetRatioPercentage of the employee's hours anticipated will be charged to a project
WorkPhoneFormatFormat of the work telephone number set by admin under Settings » Labels and Lists » Lists in the UI. The API does not support or enforce format validation. Formatting only happens client side when set in the UI. Example response: (###) ###-### or ###.###.####.
MobilePhoneFormatFormat of the mobile telephone number set by admin under Settings » Labels and Lists » Lists in the UI. The API does not support or enforce format validation. Formatting only happens client side when set in the UI. Example response: (###) ###-### or ###.###.####.
FaxFormatFormat of the fax telephone number set by admin under Settings » Labels and Lists » Lists in the UI. The API does not support or enforce format validation. Formatting only happens client side when set in the UI. Example response: (###) ###-### or ###.###.####.
LanguageSpecify the language based on ISO language codes to set localisation. See employee metadata for valid codes.
ConsultantIndFlag Y/N" that indicates whether or not the employee is a consultant
ClientVendorIndFlag C/V indicating whether or not the client/vendor option is selected
VendorConsultant or partner name
ClientIDUnique identifier for the client record
ClendorNameName of the firm
HasPhoto0 or 1. 0 - The object does not have a photo. 1 - The object does have a photo.
PhotoModDateDate and timestamp of when the contact photo was updated
CreateUserName of the person who created the new record
CreateDateDate and timestamp when the new record was created
ModUserName of the person who modified an existing record of this type
ModDateDate and timestamp when the existing record of this type was modified
TalentUserIDUnique identifier for the talent management user
QBOIDIdentifier of the Quickbooks client or vendor
QBOAddressIDIdentifier of the Quickbooks address
QBOLastUpdatedDate and time the Quickbooks transaction was last changed
QBOVendorIDIdentifier of the connected Quickbooks vendor
HoursPerDayNumber of hours per day that the employee works
RaiseDateWhen the employee received an increase in pay
TerminationDateDate that the employee was terminated
TaxRegistrationNumberTax registration number
HomePhoneHome telephone number
HomePhoneFormatFormat of the home telephone number set by admin under Settings » Labels and Lists » Lists in the UI. The API does not support or enforce format validation. Formatting only happens client side when set in the UI. Example response: (###) ###-### or ###.###.####.
SSNSocial security number
JobCostRateEmployee's job cost rate
JCOvtPctOvertime percentage
JCSpecialOvtPctEmployee's job cost special overtime percentage
JobCostTypeJob cost type. See valid codes in metadata. Sample valid values: H and S.
ProvCostRateProvisional cost rate for unposted time on an interactive project report
ProvCostOTPctProvisional cost rate for unposted overtime on interactive project reports
ProvCostSpecialOTPctEmployee's provisional cost percentage for unposted special overtime in interactive project reports
ProvBillRateProvisional billing rate for unposted time on an interactive project report
ProvBillOTPctProvisional billing rate for unposted overtime on interactive project reports
ProvBillSpecialOTPctEmployee's provisional billing percentage for unposted special overtime in interactive project reports
TypeEmployee type. Valid values are P Principal, E Employee, and M Management.
BillingCategoryDefault billing category to when the labor billing method is By Category
BillingCategoryCodeLabor category code
ADPFileNumberADP file number found on the employee's pay stub that identifies the employee's ADP files
ADPCompanyCodeADP company code found on the employee's pay stub. This code associates the employee with your company when you use ADP.
ADPRateCodeADP rate code which dictates an employee pay rate
PaychexCode1Paychex code for your company to represent regular hours
PaychexCode2Paychex code for your company to represent overtime hours
PaychexCode3Paychex code for your company to represent secondary overtime hours
PaychexRateNumberDenote salary versus hourly employees with a dynamic rate number that is a numeric value 1-5 or M to mark the hours as memo hours. Memo hours are consumed hours that are not considered pay hours.
EmailPayrollRemittanceIndicates whether or not email payroll remittance is selected
EmailExpenseRemittanceIndicates whether or not email expense remittance is selected
ClieOpAccountAccount number using the ClieOp format
ClieOpAccountTypeThe type of Clieop account type (checking or savings). See metadata for valid codes.
ClieOpTransactionTypeClieOp transaction type
SEPAIBANThe international bank account number for your company to identify which organization is distributing payments
SEPABIC<Bank identification code for your company
TKGroupTime group category
CheckHoursVariable indicating whether or not hours on timesheets submitted are checked against the expected number of hours. See metadata for valid codes.
DefaultLC1Level 1 default labor code for timesheets
DefaultLC2Level 2 default labor code for timesheets
DefaultLC3Level 3 default labor code for timesheets
DefaultLC4Level 4 default labor code for timesheets
DefaultLC5Level 5 default labor code for timesheets
EKGroupEmployee's expense reporting group
CostRateMethCost method. See employee metadata for valid codes.
CostRateTableNoCost table
PayRateMethPay rate method. See employee metadata for valid codes.
PayRateTableNo<Pay table
DisableTSRevAuditFlag that indicates whether or not to disable the timesheet revision auditing
TKAdminLevelTime administration level for the employee. See employee metadata for valid codes.
TKAdminEditVariable indicating whether the employee can edit the timesheets of other users in the same time group
EKAdminLevelExpense administration level for the employee. See employee metadata for valid codes.
EKAdminEditVariable indicating whether or not the employee can edit the expense reports of other employees in the same expense group
ProfessionalSuffixProfessional credential appended to a name usually as an acronym
TaxRegistrationCountryCountry the financial company has a registered tax number. Valid values from CodeTable: FW_CFGCountry.
ADAFlag Y/N" that indicates ADA status
BirthDateDate of birth
GenderEmployee's gender. Valid values: 0 Male, 1 Female, 2 Unknown.
MaritalStatusFlag indicating the employee's marital status. Valid values: 0 Unmarried,1Married,2Divorced,3Separated,4Widowed,5" Unknown.
EthnicityEmployee's ethnicity. Valid values from CodeTable: CFGRace.
VisaTypeType of visa. Valid values from CodeTable: CFGCitizenship.
VisaCountryCountry that issued the visa. Valid values from CodeTable: FW_CFGCountry.
VisaNumberNumeric identifier of the visa
VisaExpDateDate when the visa expires
DisabledFlag that indicates whether or not the employee has a disability status
AlienNumberUnique alien registration number for non-citizens issued for the purpose of employment authorization
PassportCountryCountry that issued the passport. Valid values from CodeTable: FW_CFGCountry.
PassportNumberUnique number assigned to the passport upon issue
PassportExpDateDate when the passport expires
CitizenshipStatusCitizenship status
I9VerificationIndicates the status of Form I-9 eligibility verification for work authorization
MailAddress1Line 1 of the mailing address
MailAddress2Line 2 of the mailing address
MailAddress3Line 3 of the mailing address
MailCityCity for the mailing address
MailStateState for the mailing address. Valid values from CodeTable: cfgStates.
MailZIPPostal zip code for the mailing address
MailCountryCountry for the mailing address. Valid values from CodeTable: FW_CFGCountry.
MailAddressSameAsHomeFlag that indicates whether or not the mailing address is the same address as the home address
HomeEMailPersonal email
PrimaryContactPrimary contact
PrimaryContactPhonePhone number for the primary contact
PrimaryContactPhoneFormatFormat of the primary contact's telephone number set by admin under Settings » Labels and Lists » Lists in the UI. The API does not support or enforce format validation. Formatting only happens client side when set in the UI. Example response: (###) ###-### or ###.###.####.
PrimaryContactRelationshipRelationship type with the primary contact. Valid values from CodeTable: CFGHRRelationship.
SecondaryContactSecondary contact
SecondaryContactPhonePhone number for the secondary contact
SecondaryContactPhoneFormatFormat of the secondary contact's telephone number set by admin under Settings » Labels and Lists » Lists in the UI. The API does not support or enforce format validation. Formatting only happens client side when set in the UI. Example response: (###) ###-### or ###.###.####.
SecondaryContactRelationshipRelationship type with the secondary contact. Valid values from CodeTable: CFGHRRelationship.
VetStatusFlag indicating whether or not the employee is a military veteran
VetTypeType of veteran. Valid values from CodeTable: CFGVeteran.
SeparationDateDate when the employee and the organization officially conducted the separation when the employment agreement ended
ClassEmployee class. Valid values from CodeTable: CFGBPEmployeeClass.
JobLevelAn organization's system of assigning job aspects to each level of work as it relates to the employee's job title and function. Valid values from CodeTable: CFGJobLevel.
JobLevelDescriptionDescription of the job level
SOCCodeDescriptionDescription of the SOC code
FLSAStatusEmployee status of whether or not they are exempt from overtime according to the Fair Labor Standards Act. See employee metadata for valid codes.
SOCCodeCode from the Standard Occupational Classification System according to the U.S. federal government used by agencies to collect data. Valid values from CodeTable: CFGSOCCode.
WorkScheduleEmployee's work schedule, for example, full-time, part-time, or temporary. See emmployee metadata for valid codes.
RehireDateDate of rehire
SeniorityDateDate of employment seniority
TerminationReasonDescription of why the employee was terminated
TerminationTypeTypes of employee termination. See valid codes in metadata. Example: Voluntary, Involuntary, Retired.
LastDayWorkedLast day the employee worked
LastDayPaidLast day of employee pay
ExitInterviewerIdentifier of the employee who conducted the exit interview
RehireEligibleFlag that indicates whether or not the employee can be rehired
UIPaymentMethodPayment method on the user interface. Default: N.
PayrollFrequencyVariable indicating the payroll frequency: M - Monthly. S - Semi-Monthly. B - Bi-Weekly. W - Weekly.
TotalYearsWithThisFirmSum of the number of years of experience the employee has with this firm
TotalYearsExperienceSum of the number of years of experience
HomeCompanyNameName of the company with home designation
EmployeeCompanyNameName of the company associated with the employee
OrganizationNameName of the organization
TitleNameFull employee name with professional title
LocationWhere the employee is located or works from. Valid values from CodeTable: CFGEMLocation.
LocationDescriptionDescription of the location where the employee works

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{&quot;Employee&quot;:&quot;00010&quot;,&quot;PIMID&quot;:&quot;InternalUseOnlyGUID&quot;,&quot;EmployeeCompany&quot;:&quot;PR&quot;,&quot;Org&quot;:&quot;PR:00:SF:EN&quot;,&quot;Supervisor&quot;:&quot;01416&quot;,&quot;SupervisorName&quot;:&quot;Peter O&#39;Leary&quot;,&quot;HireDate&quot;:&quot;1982-05-17T00:00:00.000&quot;,&quot;Status&quot;:&quot;A&quot;,&quot;YearsOtherFirms&quot;:5,&quot;PriorYearsFirm&quot;:0,&quot;ReadyForProcessing&quot;:&quot;Y&quot;,&quot;PayRate&quot;:2165,&quot;PayOvtPct&quot;:0,&quot;PaySpecialOvtPct&quot;:0,&quot;PayType&quot;:&quot;S&quot;,&quot;OtherPay&quot;:0,&quot;OtherPay2&quot;:0,&quot;OtherPay3&quot;:0,&quot;OtherPay4&quot;:0,&quot;OtherPay5&quot;:0,&quot;UseTotalHrsAsStd&quot;:&quot;N&quot;,&quot;ChangeDefaultLC&quot;:&quot;Y&quot;,&quot;Locale&quot;:&quot;MA&quot;,&quot;LocaleMethod&quot;:&quot;1&quot;,&quot;IncludeLocalJurisOnly&quot;:&quot;N&quot;,&quot;AllowChargeUnits&quot;:&quot;N&quot;,&quot;RequireStartEndTime&quot;:&quot;N&quot;,&quot;AllowBreakTime&quot;:&quot;N&quot;,&quot;DefaultBreakStartDateTime&quot;:&quot;&quot;,&quot;DefaultBreakEndDateTime&quot;:&quot;&quot;,&quot;OccupationalCode&quot;:&quot;&quot;,&quot;GeographicCode&quot;:&quot;&quot;,&quot;StatutoryEmployee&quot;:&quot;N&quot;,&quot;RetirementPlan&quot;:&quot;N&quot;,&quot;ThirdPartySickPay&quot;:&quot;N&quot;,&quot;ClieOp&quot;:&quot;N&quot;,&quot;HomeCompany&quot;:&quot;PR&quot;,&quot;Salutation&quot;:&quot;Ms.&quot;,&quot;FirstName&quot;:&quot;Lisa&quot;,&quot;MiddleName&quot;:&quot;May&quot;,&quot;LastName&quot;:&quot;Evans&quot;,&quot;Suffix&quot;:&quot;&quot;,&quot;PreferredName&quot;:&quot;&quot;,&quot;Title&quot;:&quot;CADD Operator&quot;,&quot;EMail&quot;:&quot;lmevans@applebartlett.com&quot;,&quot;WorkPhone&quot;:&quot;415&quot;,&quot;WorkPhoneExt&quot;:&quot;204&quot;,&quot;MobilePhone&quot;:&quot;415.678.0289&quot;,&quot;AvailableForCRM&quot;:&quot;Y&quot;,&quot;ReadyForApproval&quot;:&quot;Y&quot;,&quot;Address1&quot;:&quot;55 Candleberry Lane&quot;,&quot;Address2&quot;:&quot;&quot;,&quot;Address3&quot;:&quot;&quot;,&quot;City&quot;:&quot;Harvard&quot;,&quot;State&quot;:&quot;MA&quot;,&quot;ZIP&quot;:&quot;01478-6107&quot;,&quot;Country&quot;:&quot;&quot;,&quot;Memo&quot;:&quot;&quot;,&quot;FAX&quot;:&quot;415.644.8702&quot;,&quot;UtilizationRatio&quot;:70,&quot;TargetRatio&quot;:70,&quot;WorkPhoneFormat&quot;:&quot;&quot;,&quot;MobilePhoneFormat&quot;:&quot;&quot;,&quot;FaxFormat&quot;:&quot;&quot;,&quot;Language&quot;:&quot;en-US&quot;,&quot;ConsultantInd&quot;:&quot;N&quot;,&quot;ClientVendorInd&quot;:&quot;V&quot;,&quot;Vendor&quot;:&quot;&quot;,&quot;ClientID&quot;:&quot;&quot;,&quot;ClendorName&quot;:&quot;&quot;,&quot;HasPhoto&quot;:0,&quot;PhotoModDate&quot;:&quot;&quot;,&quot;CreateUser&quot;:&quot;Brenda Gray, PE&quot;,&quot;CreateDate&quot;:&quot;2007-01-14T21:52:31.573&quot;,&quot;ModUser&quot;:&quot;Steve Anderson, AIA&quot;,&quot;ModDate&quot;:&quot;2007-06-12T21:33:08.000&quot;,&quot;TalentUserID&quot;:&quot;&quot;,&quot;QBOID&quot;:&quot;&quot;,&quot;QBOAddressID&quot;:&quot;&quot;,&quot;QBOLastUpdated&quot;:&quot;&quot;,&quot;QBOVendorID&quot;:&quot;&quot;,&quot;HoursPerDay&quot;:8,&quot;RaiseDate&quot;:&quot;1997-01-01T00:00:00.000&quot;,&quot;TerminationDate&quot;:&quot;&quot;,&quot;TaxRegistrationNumber&quot;:&quot;&quot;,&quot;HomePhone&quot;:&quot;&quot;,&quot;HomePhoneFormat&quot;:&quot;&quot;,&quot;SSN&quot;:&quot;015-55-4555&quot;,&quot;JobCostRate&quot;:27,&quot;JCOvtPct&quot;:100,&quot;JCSpecialOvtPct&quot;:0,&quot;JobCostType&quot;:&quot;H&quot;,&quot;ProvCostRate&quot;:27,&quot;ProvCostOTPct&quot;:100,&quot;ProvCostSpecialOTPct&quot;:0,&quot;ProvBillRate&quot;:81,&quot;ProvBillOTPct&quot;:100,&quot;ProvBillSpecialOTPct&quot;:0,&quot;Type&quot;:&quot;E&quot;,&quot;BillingCategory&quot;:7,&quot;BillingCategoryCode&quot;:&quot;7&quot;,&quot;ADPFileNumber&quot;:&quot;00010&quot;,&quot;ADPCompanyCode&quot;:&quot;&quot;,&quot;ADPRateCode&quot;:&quot;&quot;,&quot;PaychexCode1&quot;:&quot;&quot;,&quot;PaychexCode2&quot;:&quot;&quot;,&quot;PaychexCode3&quot;:&quot;&quot;,&quot;PaychexRateNumber&quot;:&quot;&quot;,&quot;EmailPayrollRemittance&quot;:&quot;N&quot;,&quot;EmailExpenseRemittance&quot;:&quot;N&quot;,&quot;ClieOpAccount&quot;:&quot;&quot;,&quot;ClieOpAccountType&quot;:&quot;&quot;,&quot;ClieOpTransactionType&quot;:&quot;&quot;,&quot;SEPAIBAN&quot;:&quot;&quot;,&quot;SEPABIC&quot;:&quot;&quot;,&quot;TKGroup&quot;:&quot;ST&quot;,&quot;CheckHours&quot;:&quot;&quot;,&quot;DefaultLC1&quot;:&quot;&quot;,&quot;DefaultLC2&quot;:&quot;&quot;,&quot;DefaultLC3&quot;:&quot;&quot;,&quot;DefaultLC4&quot;:&quot;&quot;,&quot;EKGroup&quot;:&quot;&quot;,&quot;CostRateMeth&quot;:0,&quot;CostRateTableNo&quot;:0,&quot;PayRateMeth&quot;:0,&quot;PayRateTableNo&quot;:0,&quot;DisableTSRevAudit&quot;:&quot;N&quot;,&quot;TKAdminLevel&quot;:&quot;0&quot;,&quot;TKAdminEdit&quot;:&quot;N&quot;,&quot;EKAdminLevel&quot;:&quot;0&quot;,&quot;EKAdminEdit&quot;:&quot;N&quot;,&quot;ProfessionalSuffix&quot;:&quot;&quot;,&quot;TaxRegistrationCountry&quot;:&quot;&quot;,&quot;ADA&quot;:&quot;N&quot;,&quot;BirthDate&quot;:&quot;&quot;,&quot;Gender&quot;:&quot;&quot;,&quot;MaritalStatus&quot;:&quot;&quot;,&quot;Ethnicity&quot;:&quot;&quot;,&quot;VisaType&quot;:&quot;&quot;,&quot;VisaCountry&quot;:&quot;&quot;,&quot;VisaNumber&quot;:&quot;&quot;,&quot;VisaExpDate&quot;:&quot;&quot;,&quot;Disabled&quot;:&quot;N&quot;,&quot;AlienNumber&quot;:&quot;&quot;,&quot;PassportCountry&quot;:&quot;&quot;,&quot;PassportNumber&quot;:&quot;&quot;,&quot;PassportExpDate&quot;:&quot;&quot;,&quot;CitizenshipStatus&quot;:&quot;&quot;,&quot;I9Verification&quot;:&quot;&quot;,&quot;MailAddress1&quot;:&quot;&quot;,&quot;MailAddress2&quot;:&quot;&quot;,&quot;MailAddress3&quot;:&quot;&quot;,&quot;MailCity&quot;:&quot;&quot;,&quot;MailState&quot;:&quot;&quot;,&quot;MailZIP&quot;:&quot;&quot;,&quot;MailCountry&quot;:&quot;&quot;,&quot;MailAddressSameAsHome&quot;:&quot;N&quot;,&quot;HomeEMail&quot;:&quot;&quot;,&quot;PrimaryContact&quot;:&quot;&quot;,&quot;PrimaryContactPhone&quot;:&quot;&quot;,&quot;PrimaryContactPhoneFormat&quot;:&quot;&quot;,&quot;PrimaryContactRelationship&quot;:&quot;&quot;,&quot;SecondaryContact&quot;:&quot;&quot;,&quot;SecondaryContactPhone&quot;:&quot;&quot;,&quot;SecondaryContactPhoneFormat&quot;:&quot;&quot;,&quot;SecondaryContactRelationship&quot;:&quot;&quot;,&quot;VetStatus&quot;:&quot;N&quot;,&quot;VetType&quot;:&quot;&quot;,&quot;SeparationDate&quot;:&quot;&quot;,&quot;Class&quot;:&quot;&quot;,&quot;JobLevel&quot;:&quot;&quot;,&quot;JobLevelDescription&quot;:&quot;&quot;,&quot;SOCCodeDescription&quot;:&quot;&quot;,&quot;FLSAStatus&quot;:&quot;&quot;,&quot;SOCCode&quot;:&quot;&quot;,&quot;WorkSchedule&quot;:&quot;&quot;,&quot;RehireDate&quot;:&quot;&quot;,&quot;SeniorityDate&quot;:&quot;&quot;,&quot;TerminationReason&quot;:&quot;&quot;,&quot;TerminationType&quot;:&quot;&quot;,&quot;LastDayWorked&quot;:&quot;&quot;,&quot;LastDayPaid&quot;:&quot;&quot;,&quot;ExitInterviewer&quot;:&quot;&quot;,&quot;RehireEligible&quot;:&quot;&quot;,&quot;UIPaymentMethod&quot;:&quot;&quot;,&quot;PayrollFrequency&quot;:&quot;S&quot;,&quot;TotalYearsWithThisFirm&quot;:36,&quot;TotalYearsExperience&quot;:41,&quot;HomeCompanyName&quot;:&quot;Apple \u0026 Bartlett, PC (EQ auto numbers)&quot;,&quot;EmployeeCompanyName&quot;:&quot;Apple \u0026 Bartlett, PC (EQ auto numbers)&quot;,&quot;OrganizationName&quot;:&quot;San Fran Engineering&quot;,&quot;TitleName&quot;:&quot;Lisa Evans&quot;,&quot;Location&quot;:&quot;&quot;,&quot;LocationDescription&quot;:&quot;&quot;,&quot;Custbird&quot;:&quot;&quot;,&quot;CustProjectfield&quot;:&quot;&quot;,&quot;desc_CustProjectfield&quot;:&quot;&quot;,&quot;CustcustomfieldaddedtotheProfessionaltab&quot;:&quot;&quot;,&quot;CustLayoutfield&quot;:&quot;&quot;,&quot;desc_CustLayoutfield&quot;:&quot;&quot;,&quot;Custdatefield&quot;:&quot;&quot;,&quot;CustAccountfield&quot;:&quot;&quot;,&quot;desc_CustAccountfield&quot;:&quot;&quot;,&quot;CustEmployeefield&quot;:&quot;&quot;,&quot;desc_CustEmployeefield&quot;:&quot;&quot;,&quot;CustCurrencyRecordfield&quot;:0,&quot;CustCurrencySpecificfield&quot;:0,&quot;CustNumeric2field&quot;:0,&quot;CustDropdownfield&quot;:&quot;&quot;,&quot;CustCharacterfield&quot;:&quot;&quot;}]