Create a HR Employee Relative
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a HR Employee Relative
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/hcm-rest-api/rest/1/hremrelatives
Create Employee Relatives/Dependents
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "EdpFirstName": "Leko", "EdpLastName": "Allan", "EdpSex": "M", "EdpDateBirth": "1995-10-17", "EmployeeEmpNo": "30352", "EdpDependFlag": "1", "EdpEmgconFlag": "0", "EdpBenfFlag": "0", "EdpLivingFlag": "1", "EdpMedicalSuppFlag": "0", "EdpFullStudentFlag": "0", "EdpUser": "DEMOSAM", "EdpLastUpdDate": "2022-10-16T18:11:39-04:00", "EdpVUuid": "" }
EdpBenfFlag
string
EdpVUuid
string
Unique ID of Row, Leave Blank
EdpSex
string
Gender of the Dependent
EdpLastName
string
Last Name of the Dependent
EdpEmgconFlag
string
EdpFullStudentFlag
string
Dependent is full time student Y/N
EdpLastUpdDate
null
Date and time stamp when record updated last time
EdpDateBirth
null
Date of Birth of the Dependent
EdpUser
string
EdpLivingFlag
string
Living with employee Y/N
EmployeeEmpNo
string
The unique identifier of an employee
EdpFirstName
string
First Name of the Dependent
EdpDependFlag
string
EdpMedicalSuppFlag
string
Medical Support provided by the employee Y/N
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"EdpFirstName": "Leko",
"EdpMiddleName": null,
"EdpLastName": "Allan",
"EdpAddress1": null,
"EdpAddress2": null,
"EdpAddress3": null,
"EdpZipCode": null,
"EdpSex": "M",
"EdpDependFlag": "1",
"EdpEmgconFlag": "0",
"EdpBenfFlag": "0",
"EdpBenfType": null,
"EdpDateBirth": "1995-10-17",
"EdpPlaceBirth": null,
"EdpLivingFlag": "1",
"EdpMedicalSuppFlag": "0",
"EdpFullStudentFlag": "0",
"EdpPrimPhone": null,
"EdpAltPhone": null,
"EdpFax": null,
"EdpCellNo": null,
"EdpPager": null,
"EdpEmailAddress": null,
"EdpPriority": null,
"CountryCtrCountryCode": null,
"StateStaCountryCode": null,
"StateStaStateCode": null,
"CountyCntCountyCode": null,
"CountyCntStateCode": null,
"CountyCntCountryCode": null,
"CityCtyCountryCode": null,
"CityCtyStateCode": null,
"CityCtyCountyCode": null,
"CityCtyCityCode": null,
"EmployeeEmpNo": "30352",
"EmployeeEmpNoWorkingAs": null,
"EdpRelCode": null,
"EdpRelName": null,
"EdpSeqNo": 9803,
"EdpSsnNum": null,
"EdpInsur1Pct": null,
"EdpInsur2Pct": null,
"EdpCompCode": null,
"EdpUser": "DEMOSAM",
"EdpLastUpdDate": "2022-10-16T10:11:39Z",
"EdpVUuid": "F280AA8F5D4E23A4E05316821FACE285",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hremrelatives/F280AA8F5D4E23A4E05316821FACE285",
"name": "hremrelatives",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001740020463238304141384635443445323341344530353331363832314641434532383578"
}
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hremrelatives/F280AA8F5D4E23A4E05316821FACE285",
"name": "hremrelatives",
"kind": "item"
}
]
}
object