top of page
Post

Create/Update Employee & Information case 94

This API is use to create or update employee & information record using ERP ID to AanyaHR

End Point

/api/file/import/postInsertIntegration?type=94

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

jsonCombineIdERP

json

[{
"IdERP": ",
"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


bottom of page