Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.76 KB

File metadata and controls

28 lines (24 loc) · 1.76 KB

EmployeeListElement

Properties

Name Type Description Notes
pkiEmployeeID Int The unique ID of the Employee.
fkiDepartmentID Int The unique ID of the Department
sEmployeeCode String The code of the Employee
sEmployeeInternalcode String The internalcode of the Employee
bEmployeeIsactive Bool Whether the employee is active or not
dtEmployeeHiredate String The hiredate of the Employee [optional]
dtEmployeeLeavedate String The leavedate of the Employee [optional]
sDepartmentNameX String The Name of the Department in the language of the requester [optional]
sContactFirstname String The First name of the contact [optional]
sContactLastname String The Last name of the contact [optional]
sPhoneE164 String A phone number in E.164 Format [optional]
sEmailAddress String The email address. [optional]
sAddressCivic String The Civic number. [optional]
sAddressStreet String The Street Name [optional]
sAddressSuite String The Suite or appartment number [optional]
sAddressCity String The City name [optional]
sAddressZip String The Postal/Zip Code The value must be entered without spaces [optional]
sProvinceNameX String The name of the Province in the language of the requester [optional]
sCountryNameX String The name of the Country in the language of the requester [optional]

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