v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBAdd 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
The identifier of the talent for whom the education history should be added.
Headers
The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
Unique request identifier (UUID) used to correlate request data with log entries and events.
An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.
Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.
Request body
Example request
{
"id": 1397,
"talentId": 19884,
"from": "9/2012",
"to": "5/2016",
"school": "Kansas University",
"schoolType": "College",
"degree": "Bachelor's of Liberal Arts",
"degreeType": "Bachelors",
"field": "English",
"gpa": "3.56",
"city": "Lawrence",
"state": "Kansas",
"country": "US",
"notes": "Active in school government."
}Response
The talent education history that was successfully added.
Example response
{
"id": 1397,
"talentId": 19884,
"from": "9/2012",
"to": "5/2016",
"school": "Kansas University",
"schoolType": "College",
"degree": "Bachelor's of Liberal Arts",
"degreeType": "Bachelors",
"field": "English",
"gpa": "3.56",
"city": "Lawrence",
"state": "Kansas",
"country": "US",
"notes": "Active in school government."
}