AtsSyncCandidateSyncApplicationEducationInput
Input Object
Input to education on the application.
Fields
degree String
Degree type, such as "Bachelor of Science."
minor String
Minor field of study.
fieldOfStudy String
Major field of study.
school String
School name.
location String
Address of the institution attended.
startDate Date
Date this education began.
endDate Date
Date this education ended.
Example
{ "degree": "abc123", "minor": "xyz789", "fieldOfStudy": "abc123", "school": "abc123", "location": "abc123", "startDate": "2023-06-01", "endDate": "2023-01-01"}