v1/employments_qualificationsCopy Pageput https://shyftplan.com/api/v1/employments_qualificationsUpsert a qualification for an emloyment at the specified locations-position.Body Paramsuser_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.employment_idint32required≥ 1ID of the employment.locations_position_idint32required≥ 1ID of a locations-position, which is the link between a position and a location. (These IDs are returned by GET /locations_positions.)locations_position_qualification_idint32required≥ 1ID of the locations-position qualification. The locations-position qualification is the link between a qualification and a locations-position. Only when it exists is the qualification available to be assigned to the locations-position.expiration_datedate-timeDate-time (ISO 8601) for the expiration of the object.planned_due_datedateDate on which the employee is expected to receive the certificate for the qualification.linkstringLink to an external document for the employment qualification.Responses 200Successfully listed. 401Unauthorized 422Invalid requestUpdated 15 days ago