{ "EmployeeRefId": "23003", "CompanyName": "empeo dev test", "EmailAddress": "[email protected]" }
curl --location --request POST 'https://api.gofive.co.th/empeo/api/v1/employees/contact' \ --header 'Ocp-Apim-Subscription-Key: WPe123a9RKbcfLQNSztr45' \ --header 'Authorization: bearer {token}' \ --header 'Content-Type: application/json' \ --data-raw '{ "EmployeeRefId": "23003", "CompanyName": "empeo dev test", "EmailAddress": "[email protected]" }'
{ "statusCode": 200, "message": "OK", "data": { "message": "Update successfully", "result": true } }