{
"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"
}
curl --location --request POST 'https://api.gofive.co.th/empeo/api/v1/employees/experience' \
--header 'Ocp-Apim-Subscription-Key: WPe123a9RKbcfLQNSztr45' \
--header 'Authorization: bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}'
{
"statusCode": 200,
"message": "OK",
"data": {
"message": "Update successfully",
"result": true
}
}