Create Employee Training Record

Creates a new training record for the specified employee. The 'completed' date (yyyy-mm-dd) and 'type' (training type ID) are required. Optional fields include instructor, hours, credits, notes, and cost. The owner of the API key must have permission to add trainings for the employee.

Path Params
integer
required

The ID of the employee to add a training record to.

Body Params

Training object to post

string
required

Completed is a required field and must be in yyyy-mm-dd format.

cost
object

Optional cost for the training record.

string

Name of the training instructor.

number

Number of hours for the training.

number

Credits earned for the training.

string

Optional notes about the training record.

integer
required

This must be an existing training type ID.

Responses

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json