Add an education history entry to an applicant
Adds a new education history entry to this applicant.
educationTypeId, if provided, must be a value from GET /api/v1/lookup/education-types.
Authentication
AuthorizationBearer
BrightMove OAuth2 client_credentials - use the client_id/client_secret from User > API Keys (or an admin-managed client).
Path parameters
guid
Stable public identifier of the applicant
Request
This endpoint expects an object.
institution
Name of the institution attended.
educationTypeId
Numeric id of the education type. Use GET /api/v1/lookup/education-types to retrieve valid IDs.
degree
Degree earned.
major
Major field of study.
minor
Minor field of study.
certification
Certification earned.
notes
Additional notes.
Response
Education entry added