Update Employee Experience
POST
/empeo/api/v1/employees/experienceAll fields that have tag 'Required' and 'Nullable' is mean that field required only when adding data, If update data that field is nullable
Request
Accepted value: application/json
Api subscription key get from the OpenAPI integration setting page
Authorization credential utilized in API requests
Unique identifier for referring to employees (Employee No.)
Employee company name
Employee Experience sequence (can view in employee list at experience section)
Employee past employment place or company
Start date of employee on past workplace
End date of employee on past workplace
Start position of employee on past workplace
Last position of employee on past workplace
Last salary of employee on past workplace
Last salary of employee on past workplace
The duties or tasks assigned to employee role or position
{
"employeeRefId": "23003",
"companyName": "empeo Dev Test",
"experienceNo": 2,
"workplace": "บริษัท ทดสอบ จำกัด",
"DateStart": "2023-06-15",
"DateEnd": "2023-06-30",
"LatestPosition": "Senior Developer",
"LatestSalary": 45000,
"Responsibility": "Fix bug and protect software vulnerable"
}
Request samples
Responses
{
"statusCode": 200,
"message": "OK",
"data": {
"message": "Update successfully",
"result": true
}
}