Post
Update Employee Information case 84
This API is use to update employee information record using Employee ERP ID to AanyaHR
End Point
/api/file/import/postInsertIntegration?type=84
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
jsonEmployeeInformationERP
string
[
{
"IdERP": "",
"IdBio": "",
"Supervisor": "",
"Category": "",
"AccessControl": "",
"SubCompany": "",
"Branch": "",
"BusinessUnit": "",
"Department": "",
"EmployeeLevel": "",
"Occupation": "",
"EmployeeStatus": "",
"CostCenter": "",
"Division": "",
"DateHired": "",
"DateProbationary": "",
"DateRegularized": "",
"DateContractValidity": "",
"DateSeparated": "",
"DateEffective": "",
"DateAccessUntil": "",
"TimeKeeping": "",
"Confidential": "",
"Payroll": "",
"RateMonthly": "",
"Bank": "",
"BankAccountType": "",
"BankAccount": "",
"Sss": "",
"Philhealth": "",
"Pagibig": "",
"TIN": "",
"PayType": "",
"Peza": ""
}
]
Sample Request
Sample Response 200
Sample Response 404