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

X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key

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