Candidate
Create Candidate Attachment
Uploads an attachment for a given candidate.
POST
Currently this functionality is available for Success Factor and Teamtailor
🚨 Note: File size cannot exceed 5 MB.
For SAP Success Factor Integration
If integrating with SAP_SUCCESS_FACTOR, the request body must only contain:
Key | Type | Required | Description |
---|---|---|---|
file_name | string | required | Name of the file including its extension |
file_content | string (base64) | required | Base64 encoded file content |
remote_user_id | UUID | required | UUID of remote user created by Bindbee |
For Teamtailor Integration
If integrating with Teamtailor, the request body must only contain:
Key | Type | Required | Description |
---|---|---|---|
file_name | string | required | Name of the file including its extension |
file_url | string | required | Publically accessible file url |
remote_user_id | UUID | required | UUID of remote user created by Bindbee |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Body
application/json
The AtsAttachmentWriteForCandidate object is used to represent a file attachment linked to a candidate's application within the ATS.
Response
200
application/json
Successful Response
The response is of type any
.