Id
GET /api/v1/masters/items
2
3
5
9
10
GET /api/v1/masters/prefixes
204
400
Employee
ReadAndWrite
Authorization: ********************
{ "EmployeeRefId": "EMP001", "CompanyName": "Acme", "TitleId": 1, "GenderId": 5001, "ReligionId": 30011, "MaritalStatusId": 30041, "Height": 170, "Weight": 65, "EmailAddress": "[email protected]", "MobileNo": "0800000001", "PositionName": "นักพัฒนาระบบอาวุโส" }
curl --location 'https://api.gofive.co.th/empeo/api/v1/employees/information' \ --header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "EmployeeRefId": "EMP001", "CompanyName": "Acme", "TitleId": 1, "GenderId": 5001, "ReligionId": 30011, "MaritalStatusId": 30041, "Height": 170, "Weight": 65, "EmailAddress": "[email protected]", "MobileNo": "0800000001", "PositionName": "นักพัฒนาระบบอาวุโส" }'
Data
{ "Status": { "Code": "1000", "Description": "Success!" }, "Data": { "result": true, "message": "Edited Successfully." } }