Create a HR Employee Skill
  • 13 Jun 2025
  • 1 Minute to read
  • Dark
    Light

Create a HR Employee Skill

  • Dark
    Light

Article summary

Post
/hcm-rest-api/rest/1/hrskills

Create HR Skills

UI Location: ..

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": "" }
GsklUser
string Required

User Name who made the last Update

Max length30
GsklVUuid
string Required

UUID, Leave Empty

Max length64
GsklCode
string Required

Skill Code

💻 UI Fieldname: *Code

Max length10
GsklLastUpdDate
string Required

Date of the last Update

GsklShortDesc
string

Short Description of the Skill

💻 UI Fieldname: Short Description

Max length16
GsklWmCode
string

Weigth measure code for budgeting

💻 UI Fieldname: WM

Max length2
GsklRate
number

Rate for budgeting

💻 UI Fieldname: Rate

Max length18
GsklDescription
string

Description of the Skill

💻 UI Fieldname: Description

Max length30
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-08T19: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