Create a HR Employee Training
  • 06 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Create a HR Employee Training

  • Dark
    Light

Article summary

Post
/hcm-rest-api/rest/1/hremptrainings

Create Employee Trainings

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "GemtrEmpNo": "10524", "GemtrCourseCode": "DISCMATH", "GemtrModuleCode": "MATH", "GemtrStartDate": "2022-09-02", "GemtrDateCompleted": "2022-12-20", "GemtrVUuid": "" }
GemtrDateCompleted
string Required

Date the training was completed

GemtrModuleCode
string Required

Training course module code (from HRTRNMODULES)

Max length10
GemtrEmpNo
string Required

Employee or applicant number

Max length16
GemtrCourseCode
string Required

Training course code (from HRTRAININGS)

Max length10
GemtrVUuid
string Required

Unique Row ID

Max length64
GemtrStartDate
string Required

Date the training started or will start

Responses
201

Successful response