---
title: "Add Talent Education History"
method: POST
path: "/v1/talent/{talentId}/talent-education-history"
tags: ["Talent"]
---

# Add Talent Education History

`POST /v1/talent/{talentId}/talent-education-history`

Adds information about the education history to the profile of the specified talent record. This information is displayed on the *Education* tab of the talent profile page.

## Path parameters

- `talentId` string, required

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Request body

- TalentEducationHistory
  - `id` integer — The identifier for the talent education history record.
  - `talentId` integer, required — The identifier for the talent.
  - `from` string — The start date. This is an open-format text field containing the year, and possibly month of the date. For example, 2012, 9/12, 09-2012.
  - `to` string — The date of completion. This is an open-format text field containing the year, and possibly month of the date. For example, 2016, 5/16, 05-2016.
  - `school` string — The name of the educational institution.
  - `schoolType` string, required — The type of school attended. Valid values are 'Highschool', 'Secondary', 'Trade', 'Community', 'College' and 'University'.
  - `degree` string — The name of the obtained degree.
  - `degreeType` string, required — The type of the degree obtained. Valid values are 'Secondary', 'High School or Equivalent', 'Some High School or Equivalent', 'HND/HNC or Equivalent', 'Vocational', 'Certification', 'Some College', 'Associates', 'Bachelors', 'Some Post-Graduate', 'Masters', 'Doctorate', 'Postdoctorate', 'Professional', 'Post Professional', 'Intermediate Graduate', 'Special Education', 'GED' and 'International'.
  - `field` string — The field of studies.
  - `gpa` string — The Grade Point Average.
  - `city` string — The city where the school is located.
  - `state` string — The state/province or region where the school is located in open-format text.
  - `country` string — The country where the school is located in open-format text.
  - `notes` string — Additional notes on the talent's education history.

## Response `201`

The talent education history that was successfully added.

- TalentEducationHistory
  - `id` integer — The identifier for the talent education history record.
  - `talentId` integer, required — The identifier for the talent.
  - `from` string — The start date. This is an open-format text field containing the year, and possibly month of the date. For example, 2012, 9/12, 09-2012.
  - `to` string — The date of completion. This is an open-format text field containing the year, and possibly month of the date. For example, 2016, 5/16, 05-2016.
  - `school` string — The name of the educational institution.
  - `schoolType` string, required — The type of school attended. Valid values are 'Highschool', 'Secondary', 'Trade', 'Community', 'College' and 'University'.
  - `degree` string — The name of the obtained degree.
  - `degreeType` string, required — The type of the degree obtained. Valid values are 'Secondary', 'High School or Equivalent', 'Some High School or Equivalent', 'HND/HNC or Equivalent', 'Vocational', 'Certification', 'Some College', 'Associates', 'Bachelors', 'Some Post-Graduate', 'Masters', 'Doctorate', 'Postdoctorate', 'Professional', 'Post Professional', 'Intermediate Graduate', 'Special Education', 'GED' and 'International'.
  - `field` string — The field of studies.
  - `gpa` string — The Grade Point Average.
  - `city` string — The city where the school is located.
  - `state` string — The state/province or region where the school is located in open-format text.
  - `country` string — The country where the school is located in open-format text.
  - `notes` string — Additional notes on the talent's education history.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
