Update Employee Training Record

Updates an existing employee training record. The 'completed' date (yyyy-mm-dd) is required; all other fields are optional. Returns the updated TrainingRecord with HTTP 201. Returns 405 when the record cannot be updated. The owner of the API key must have permission to edit trainings for the employee.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The ID of the training record to update.

Body Params

Training object to update

string
required

Completed is the only required field and must be in yyyy-mm-dd format. The other parameters are optional.

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.

Responses

500

Internal server error.

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