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

guidstringRequired
Stable public identifier of the applicant

Request

This endpoint expects an object.
institutionstringRequired
Name of the institution attended.
educationTypeIdlongOptional

Numeric id of the education type. Use GET /api/v1/lookup/education-types to retrieve valid IDs.

degreestringOptional
Degree earned.
majorstringOptional
Major field of study.
minorstringOptional
Minor field of study.
certificationstringOptional
Certification earned.
notesstringOptional
Additional notes.

Response

Education entry added