Create Training Type

Creates a new training type. Only 'name' is required; all other fields are optional. When 'renewable' is true, 'frequency' (months between renewals) must also be provided. The 'dueFromHireDate' field is only valid when 'required' is true. The owner of the API key must have access to training settings.

Body Params

Training object to post

string
required

Name of the new training type.

integer

The frequency is the (optional) amount of months between renewing trainings. Not valid if training are not renewable.

boolean

Renewable is optional but if you are setting it to true you must pass a frequency which is the months between renewals.

category
object

The category is optional and you can pass either a category id or a category name.

boolean

Is this a required training?

integer

Number of days before the training is due for new hires. Not valid unless training is required.

string

Optional URL that can be included with a training.

string

Description for the training.

boolean

Allows all employees who can view the training to be able to mark it complete.

Responses

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