Candidate
Create Candidate Attachment
Uploads an attachment for a given candidate.
post/api/ats/v1/candidates/{candidate_id}/attachments
Path parameters
candidate_idstring uuid required
Headers
x-connector-tokenstring required
Request body
Example request
{
"file_name": "resume.pdf",
"file_url": "https://example.com/path/to/resume.pdf",
"attachment_type": "RESUME",
"file_content": "SGVsbG8sIFdvcmxkIQ==",
"content_type": "application/pdf",
"candidate": "018b4bfb-5ece-70b1-ad5e-862a9433aa65",
"remote_user_id": "018b4bfb-5ece-70b1-ad5e-862a9433aa65"
}Response
Successful Response
{"stackTrail":"paths:/api/ats/v1/candidates/{candidate_id}/attachments:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 2 of the 11 revisions of this API.14
- ▲
for the
pathrequest parametercandidate_id, the type/format was changed fromstring/tostring/uuidrequest-parameter-type-changed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○