Skip to content

Create a(n) References record​

POST
/candidatesV2/References

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Request Body​

application/json
object

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"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"
}

Playground​

Authorization
Body

Samples​