{
"employeeRefId": "23003",
"companyName": "empeo Dev Test",
"familyRefNo": 7812,
"relationShipId": 130010,
"title": 2,
"name": "John",
"surname": "Doe",
"dateOfBirth": "1990-01-01",
"nationalityId": 500001,
"ReligionId": 200003,
"IsStudy":false
}
curl --location --request POST 'https://api.gofive.co.th/empeo/api/v1/employees/family' \
--header 'Ocp-Apim-Subscription-Key: WPe123a9RKbcfLQNSztr45' \
--header 'Authorization: bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeRefId": "23003",
"companyName": "empeo Dev Test",
"familyRefNo": 7812,
"relationShipId": 130010,
"title": 2,
"name": "John",
"surname": "Doe",
"dateOfBirth": "1990-01-01",
"nationalityId": 500001,
"ReligionId": 200003,
"IsStudy":false
}'
{
"statusCode": 200,
"message": "OK",
"data": {
"message": "Update successfully",
"result": true
}
}