204
400
Employee
ReadAndWrite
Authorization: ********************
{ "EmployeeRefId": "EMP001", "CompanyName": "Acme", "EmailAddress": "[email protected]", "MobileNo": "0800000001", "TelephoneNo": "021234567" }
curl --location 'https://api.gofive.co.th/empeo/api/v1/employees/contact' \ --header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "EmployeeRefId": "EMP001", "CompanyName": "Acme", "EmailAddress": "[email protected]", "MobileNo": "0800000001", "TelephoneNo": "021234567" }'
Data
{ "Status": { "Code": "1000", "Description": "Success!" }, "Data": { "result": true, "message": "Edited Successfully." } }