Creates a new training records for a given employee

Create a new training record in the Training table. Follow the parameters description for more details on the values to pass to this endpoint.

Path Params
string
required

Employee ID.

Body Params

Values for the Training entry you want to add.

number

The id of the training entry. If not passed, the system will assign a backend-id.

string

The backend-id of the relevant entry in the Training Name list. To find out the list items backend-ids, use the Lists metadata endpoint to fetch the TraningName list. Note that the backend-ids may consist of out-of-the-box list items which will be represented as strings (like 'Training'), or a numeric value for user-defined items. To learn more, see Fields and lists metadata.

string

Further description about the training entry.

cost
object
string

The status of the training entry

string

The frequency of the training entry. The name must be of "Once", "Weekly", "Monthly", "Yearly". This is an item in the frequency list.

date

The date this entry becomes effective.

date

The date of training completion.

number

ID of the document attached to this training entry.

Response
200

Entry added successfully.

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!