Create a HR Employee Skill
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a HR Employee Skill
- 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/hrskills
Create HR Skills
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "GsklCode": "ECM", "GsklUser": "ECM Modeling", "GsklLastUpdDate": "2016-05-08T15:31:10-04:00", "GsklVUuid": "" }
GsklCode
string
Skill Code
GsklLastUpdDate
null
Date of the last Update
GsklUser
string
User Name who made the last Update
GsklVUuid
null
UUID
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"GsklCode": "ECM",
"GsklDescription": null,
"GsklShortDesc": null,
"GsklRate": null,
"GsklWmCode": null,
"GsklUser": "ECM Modeling",
"GsklLastUpdDate": "2016-05-08T07:31:10Z",
"GsklVUuid": "F28AA2EBED1A3599E05316821FAC3A60",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrskills/F28AA2EBED1A3599E05316821FAC3A60",
"name": "hrskills",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrskills/F28AA2EBED1A3599E05316821FAC3A60",
"name": "hrskills",
"kind": "item"
}
]
}
object