{
"employeeRefId": "23003",
"companyName": "empeo Dev Test",
"address": "30/88 Chetsadavithi Road",
"subdistrict": "Khok Kham",
"districtName": "Muang samut sakhon",
"provinceName": "Samut sakhon",
"postalCode": "74000"
}
curl --location --request POST 'https://api.gofive.co.th/empeo/api/v1/employees/address' \
--header 'Ocp-Apim-Subscription-Key: WPe123a9RKbcfLQNSztr45' \
--header 'Authorization: bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeRefId": "23003",
"companyName": "empeo Dev Test",
"address": "30/88 Chetsadavithi Road",
"subdistrict": "Khok Kham",
"districtName": "Muang samut sakhon",
"provinceName": "Samut sakhon",
"postalCode": "74000"
}'
{
"statusCode": 200,
"message": "OK",
"data": {
"message": "Update successfully",
"result": true
}
}