Skip to content

Create a(n) Work History record​

POST
/candidatesV2/WorkHistory

Authorizations​

Bearer

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

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"Work_Id": 0,
"Candidate_Id": 0,
"Company_Id": 0,
"Company_Name": "string",
"Job_Title": "string",
"Current_Employer": true,
"Duties": "string",
"Begin_Date": "string",
"End_Date": "string",
"Business_Type": "string",
"Address": "string",
"City": "string",
"State": "string",
"Postal_Code": "string",
"Country": "string",
"Company_Phone": "string",
"Supervisor_Name": "string",
"Supervisor_Title": "string",
"Supervisor_Phone": "string",
"Supervisor_Email": "string",
"Years_Exp": 0,
"Rate_Of_Pay_Start": {...},
"Rate_Of_Pay_End": {...},
"Pay_Freq": "string",
"Allow_Contact": "string",
"Hours_Per_Week": 0,
"Hours_Per_Day": 0,
"Reason_For_Leaving": "string",
"Notes": "string",
"Starting_Job_Title": "string",
"Supervisor_Phone_Intl": "string",
"Currency_Intl": "string"
}

Responses​

application/json
JSON
{
"Work_Id": 0,
"Candidate_Id": 0,
"Company_Id": 0,
"Company_Name": "string",
"Job_Title": "string",
"Current_Employer": true,
"Duties": "string",
"Begin_Date": "string",
"End_Date": "string",
"Business_Type": "string",
"Address": "string",
"City": "string",
"State": "string",
"Postal_Code": "string",
"Country": "string",
"Company_Phone": "string",
"Supervisor_Name": "string",
"Supervisor_Title": "string",
"Supervisor_Phone": "string",
"Supervisor_Email": "string",
"Years_Exp": 0,
"Rate_Of_Pay_Start": {...},
"Rate_Of_Pay_End": {...},
"Pay_Freq": "string",
"Allow_Contact": "string",
"Hours_Per_Week": 0,
"Hours_Per_Day": 0,
"Reason_For_Leaving": "string",
"Notes": "string",
"Starting_Job_Title": "string",
"Supervisor_Phone_Intl": "string",
"Currency_Intl": "string"
}

Playground​

Authorization
Body

Samples​