patch https://api.recruiterbox.com/v2/candidates/
Log in to see full request history
Responses
xxxxxxxxxx
12curl -u {api_key}: https://api.recruiterbox.com/v2/candidates -H "Content-Type: application/json" -X PATCH -d '{
"first_name": "richard",
"last_name": "hendricks",
"email": "rhendricks@piedpiper.com",
"phone": "+1-202-555-0151"
"description": "Test from API",
"profile_data": [{'name': 'Age', 'value': '26'}],
"resume": {
"content": "SGVsbG8gbXkgbmFtZSBpcyBhc2h3aW4uIGdpdmUgbWUgYSBqb2Iu",
"file_name": "hendricks resume.txt"
},
}'
Try It!
to start a request and see the response here! Or choose an example: