Update Employee Profile
เพิ่ม lagacycode
ทำหน้าจอ update employee profile
ตอน save ใช้ method PUT แล้วก็ส่ง memberId มาด้วย
Api
Method : PUT
Path : /employee
{
"companyId": "string",
"memberId": "string",
"employeeCode": "string",
"pictureName": "string",
"firstName": "string",
"lastName": "string",
"mobile": "string",
"sex": 0,
"birthday": "string",
"position": "string",
"department": "string",
"branchId": "string",
"bossMajor": "string",
"lagacyCode": "string"
}