AtsSyncCandidateSyncApplicationWorkExperienceInput
Input Object
Input to work experience on the application.
Fields
mostRelevantTitle String
Most relevant job title held by the applicant.
mostRelevantCompany String
Company associated with the most relevant job title held by the applicant.
workHistory [AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput!]! default:[]
Full employment history for the applicant.
title String
Title held at the position.
company String
Company where this position was held.
description String
Description or additional details about this work experience.
location String
Location (address) where the applicant worked.
startDate Date
Start date of the work experience.
endDate Date
End date of the work experience.
Example
{ "mostRelevantTitle": "abc123", "mostRelevantCompany": "xyz789", "workHistory": [ AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput ]}