put https://api-int.kennect.com/v2/candidates/
Update an existing candidate's information.
Log in to see full request history
Response
Update an existing candidate's information.
xxxxxxxxxx
126curl -X PUT \
https://api-int.kennect.com/v2/candidates/733d9194-f36b-4468-9219-af45e27257b5 \
-d '{
"clientReferenceId": "e4e1ffda-caa3-ea6d-c095-be8429b31154",
"email": "john.doe@example.com",
"givenName": "John",
"familyName": "Doe",
"confirmedNoMiddleName": true,
"dob": "1998-07-18",
"ssn": "123456789",
"phone": "+14041231234",
"address": {
"addressLine": "123 Main Street",
"municipality": "Orlando",
"regionCode": "US-FL",
"postalCode": "12345",
"countryCode": "US"
},
"driversLicense": {
"type": "personal",
"licenseNumber": "S1234567",
"issuingAgency": "CA"
},
"aliases": [
{
"givenName": "Chris",
"familyName": "Jenkins",
"confirmedNoMiddleName": true
},
Try It!
to start a request and see the response here! Or choose an example: