Skip to content

Update a(n) References record​

PUT
/candidatesV2/References/{id}

Authorizations​

Bearer

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

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"Reference_Id": 0,
"Candidate_Id": 0,
"Record_Id": 0,
"First_Name": "string",
"Last_Name": "string",
"Phone": "string",
"Fax": "string",
"Email": "string",
"Title": "string",
"Company": "string",
"Relationship": "string",
"Address": "string",
"City": "string",
"State": "string",
"Postal_Code": "string",
"Country": "string",
"Years_Known": 0,
"Notes": "string",
"Date_Entered": "string"
}

Responses​

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

Playground​

Authorization
Body

Samples​