AtsSyncCandidateSyncApplicationEducationInput
Input Object
Input to education on the application.
Fields
degree String
Type of degree (e.g. "Bachelor of Science")
minor String
Minor field of study for this education history
fieldOfStudy String
Major field of study for this education history
school String
Name of the school attended
location String
Location (address) where the applicant attended
startDate Date
Date at which this education began
endDate Date
Date at which this education ended
Example
{ "degree": "abc123", "minor": "xyz789", "fieldOfStudy": "abc123", "school": "abc123", "location": "abc123", "startDate": "2023-06-01", "endDate": "2023-01-01"}