Skip to content

Update a(n) Education record​

PUT
/candidatesV2/Education/{id}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"Education_Id": 0,
"Candidate_Id": 0,
"Company_Id": 0,
"School": "string",
"School_Type": "string",
"Degree_Type": "string",
"Begin_Date": "string",
"End_Date": "string",
"Given_Name": "string",
"Family_Name": "string",
"Address": "string",
"City": "string",
"State": "string",
"Postal_Code": "string",
"Country": "string",
"Phone": "string",
"Fax": "string",
"Grades": "string",
"Credits": "string",
"GPA": "string",
"Major": "string",
"Minor": "string",
"Major_2": "string",
"Minor_2": "string",
"Comments": "string",
"Date_Entered": "string"
}

Responses​

application/json
JSON
{
"Success": true,
"Message": "string"
}

Playground​

Authorization
Body

Samples​