Create a HR Employee Training
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Create a HR Employee Training
- Updated on 06 Jan 2025
- 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/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
Date the training was completed
💻 UI Fieldname: GemtrDateCompleted
GemtrModuleCode
string
Training course module code (from HRTRNMODULES)
💻 UI Fieldname: GemtrModuleCode
Max length10
GemtrEmpNo
string
Employee or applicant number
💻 UI Fieldname: GemtrEmpNo
Max length16
GemtrCourseCode
string
Training course code (from HRTRAININGS)
💻 UI Fieldname: GemtrCourseCode
Max length10
GemtrVUuid
string
Unique Row ID
💻 UI Fieldname: GemtrVUuid
Max length64
GemtrStartDate
string
Date the training started or will start
💻 UI Fieldname: GemtrStartDate
Responses
201
Successful response