ExperienceNo
StartingSalary
LatestSalary
YYYY-MM-DD
204
400
Employee
ReadAndWrite
Authorization: ********************
{ "EmployeeRefId": "EMP001", "CompanyName": "Acme", "ExperienceNo": 1, "Workplace": "บริษัทตัวอย่างเดิม จำกัด", "DateStart": "2020-01-01", "DateEnd": "2023-12-31", "StartingPosition": "นักพัฒนาระบบ", "LatestPosition": "นักพัฒนาระบบอาวุโส", "StartingSalary": 30000, "LatestSalary": 45000, "Responsibility": "พัฒนาและดูแลระบบภายใน", "TerminationReasonDetail": "ต้องการความก้าวหน้าในสายอาชีพ" }
curl --location 'https://api.gofive.co.th/empeo/api/v1/employees/experience' \ --header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "EmployeeRefId": "EMP001", "CompanyName": "Acme", "ExperienceNo": 1, "Workplace": "บริษัทตัวอย่างเดิม จำกัด", "DateStart": "2020-01-01", "DateEnd": "2023-12-31", "StartingPosition": "นักพัฒนาระบบ", "LatestPosition": "นักพัฒนาระบบอาวุโส", "StartingSalary": 30000, "LatestSalary": 45000, "Responsibility": "พัฒนาและดูแลระบบภายใน", "TerminationReasonDetail": "ต้องการความก้าวหน้าในสายอาชีพ" }'
Data
{ "Status": { "Code": "1000", "Description": "Success!" }, "Data": { "result": true, "message": "Edited Successfully." } }