Post
Create/Update Employee & Information case 92
This API is use to create or update employee & information record using Employee Code to AanyaHR
End Point
/api/file/import/postInsertIntegration?type=92
Authorization
Authorization code received from Access Token API
Header Params
Series
string
Encrypted Series from "Request Client Key" API
LoginID
string
Encrypted loginId from "Request Client Key" API
User
string
User from "Request Client Key" API's response
Accept
string
Value must be set to "application/json"
Body Params
jsonCombineEmployeeCode
json
"[{
"EmployeeCode": "",
"NtLogin": "",
"UserName": "",
"IdSalutation": "",
"FirstName": "",
"MiddleName": ".",
"LastName": "",
"IdSuffix": "",
"NickName": "",
"GenderId": "",
"IdCivilStatus": "",
"IdNationality": " ",
"IdBloodType": "",
"IdReligion": "",
"BirthDate": "",
"BirthPlace": "",
"Weight": "",
"Height": "",
"PersonalEmailAddress": "",
"CompanyEmailAddress": "",
"OfficeNumber": "",
"Mobile": "",
"Phone": "",
"AlternateMobile": "",
"IdEmergencyRelation": "",
"EmergencyFirstName": "",
"EmergencyMiddleName": "",
"EmergencyLastName": "",
"EmergencyMobileNumber": "",
"EmergencyEmail": "",
"PreCountry": "",
"PreZipCode": "",
"PreRegion": "",
"PreProvince": "",
"PreCity": "",
"PreBarangay": "",
"PreUnitFloor": "",
"PreBuilding": "",
"PreStreet": "",
"PerCountry": "",
"PerZipCode": "",
"PerRegion": "",
"PerProvince": "",
"PerCity": "",
"PerBarangay": "",
"PerUnitFloor": "",
"PerBuilding": "",
"PerStreet": "",
"IdBio": "",
"IdSupervisor": "",
"IdSubCompany": "",
"IdBranch": "",
"IdCategory": "",
"IdAccessControl": "",
"IdBusinessUnit": "",
"IdDepartment": "",
"IdEmployeeLevel": "",
"IdOccupation": "",
"IdEmployeeStatus": "",
"IdCostCenter": "",
"IdDivision": "",
"DateHired": "",
"DateContractValidity": "",
"DateProbationary": "",
"DateRegularized": "",
"DateSeparated": "",
"DateEffective": "",
"DateAccessUntil": "",
"IdTimekeeping": "",
"IdPayroll": "",
"IdConfidentiality": "",
"RateMonthly": "",
"IdBank": "",
"BankAccountTypeId": "",
"BankAccount": "",
"Sss": "",
"Philhealth": "",
"Pagibig": "",
"Tin": "",
"IdPeza": "",
"IdPayType": ""
}]"
Sample Request
Sample Response 200
Sample Response 404