---
title: "Create a HR Employee Training"
slug: "create-a-hr-employee-training"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-hr-employee-training"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a HR Employee Training

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

## Create Employee Trainings

### 

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceItem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='b0202f59-d325-48f4-b289-4b6a55dc7c52'>application/json</option>
</select>object  Example{
  "GemtrEmpNo": "10524",
  "GemtrCourseCode": "DISCMATH",
  "GemtrModuleCode": "MATH",
  "GemtrStartDate": "2022-09-02",
  "GemtrDateCompleted": "2022-12-20",
  "GemtrVUuid": ""
}GemtrDateCompletedstring    Required

Date the training was completed

GemtrModuleCodestring    Required

Training course module code (from HRTRNMODULES)

Max length10
GemtrEmpNostring    Required

Employee or applicant number

Max length16
GemtrCourseCodestring    Required

Training course code (from HRTRAININGS)

Max length10
GemtrVUuidstring    Required

Unique Row ID

Max length64
GemtrStartDatestring    Required

Date the training started or will start

Responses201

Successful response

<select class='api-response-data' aria-label='Media type'><option value='1b418ebe-f8d6-4f80-83c6-c80b22d2b5c4'>application/json</option>
</select>
