v1/qualifications/categories/employments_qualificationsCopy Pageput https://shyftplan.com/api/v1/qualifications/categories/employments_qualificationsAssign a qualification (by its ID) to an employment (by their ID).Body ParamsUpsert new EmploymentsQualification by qualification_id and employment_id.user_emailstringrequiredThis is a testing sandbox. We advise against using credentials for production accounts here. E-mail address of the API user.authentication_tokenstringrequiredThis is a testing sandbox. We advise against using credentials for production accounts here. Authentication token - can be fetched by login action.company_idint32required≥ 1ID of a shyftplan account.qualification_idint32required≥ 1ID of a qualification.employment_idint32required≥ 1ID of the employment.expiration_datedate-timeExpiration date, if the qualification can expire (timed). In that case, the parameter is required.planned_due_datedateDate on which the employee is expected to receive the certificate for the qualification.linkstringLink to the qualification certificateResponses 200Successfully listed. 401Unauthorized 422Invalid requestUpdated 4 days ago