Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 2.31 KB

EmployeeResponse.md

File metadata and controls

41 lines (37 loc) · 2.31 KB

AffixApi.Api.Model.EmployeeResponse

Properties

Name Type Description Notes
Id string The Affix-assigned id of the individual [readonly]
RemoteId string the remote system-assigned id of the individual [readonly]
EmployeeNumber string
FirstName string the first name of the individual
LastName string the last name of the individual
DisplayFullName string
Nationality string
JobTitle string
WorkEmail string the work email of the individual
PersonalEmail string the personal email of the individual
MobilePhoneNumber string +1234567890
TaxId string
Gender string
Ethnicity string
MaritalStatus string `other` option can include co-habitating, civil partnership, separated, widowed, etc
DateOfBirth DateTime?
EmploymentStatus EmploymentStatusResponse
EmploymentType string
StartDate DateTime?
RemoteCreatedAt DateTime? [readonly]
TerminationDate DateTime?
Avatar string
HomeLocation AddressResponse
WorkLocation LocationResponse
Manager EmployeeResponseManager
BankAccount CreateEmployeeRequestBankAccount
EmploymentHistory List<EmploymentHistoryResponse>
CompensationHistory List<CompensationHistoryResponse>
CustomFields Object
Groups List<GroupResponse>
Dependents List<CreateEmployeeRequestDependents>
EmergencyContacts List<CreateEmployeeRequestEmergencyContacts>

[Back to Model list] [Back to API list] [Back to README]