FamilyRefNo
RelationShipId
GET /api/v1/masters/items?groups=13
IsReduceTax
204
400
Employee
ReadAndWrite
Authorization: ********************
{ "EmployeeRefId": "EMP001", "CompanyName": "Acme", "FamilyRefNo": 1, "RelationShipId": 30051, "TitleId": 3, "Gender": 5002, "Name": "ผู้ติดตามตัวอย่าง", "Surname": "หนึ่ง", "DateOfBirth": "1996-05-20", "OccupationName": "พนักงานบริษัท", "Contact": "0800000009", "IsStudy": false, "IsReduceTax": true }
curl --location 'https://api.gofive.co.th/empeo/api/v1/employees/family' \ --header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "EmployeeRefId": "EMP001", "CompanyName": "Acme", "FamilyRefNo": 1, "RelationShipId": 30051, "TitleId": 3, "Gender": 5002, "Name": "ผู้ติดตามตัวอย่าง", "Surname": "หนึ่ง", "DateOfBirth": "1996-05-20", "OccupationName": "พนักงานบริษัท", "Contact": "0800000009", "IsStudy": false, "IsReduceTax": true }'
Data
{ "Status": { "Code": "1000", "Description": "Success!" }, "Data": { "result": true, "message": "Edited Successfully." } }