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 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