A realized-training represents a completed training process for a given employee.
ID of the employee who realized said training.
Required range:
x >= 1Date of the first day of the training session.
Date of the last day (included) of the training session.
Duration of the training in hours (e.g. "2.5" means two and a half hours).
Must be a multiple of
0.01Required range:
x >= 1Reference of the training-demand that led to the registration to this training session.
Required range:
x >= 1Reference of the training session the employee was registered on.
Required range:
x >= 1Whether the employee actually attended the training or not. You may not create a new realized-training with hasAttended: false, but you may retrieve existing ones in a GET request.