ODBC Driver for Greenhouse

Build 24.0.9062

AddApplicationToCandidate

Create a new application for an existing candidate.

Input

Name Type Required Description
Id Int64 True Candidate ID.
JobId Int64 True The ID of the job you want to create an application to for this candidate.
SourceId Int64 False The ID of the source to be credited for this application.
InitialStageId Int64 False The ID of the job stage this application will be created in.
ReferrerType String False A string representing the type of referrer: 'id?, 'email?, or 'outside?.
ReferrerValue String False The id of the user who made the referral (not the referrer id).
AttachmentFileName# String False Name of the file.
AttachmentType# String False One of the allowed attachment types.

The allowed values are resume, cover_letter, admin_only.

AttachmentContent# String False Base64 encoded content of the attachment.
AttachmentURL# String False Url of the attachment (if you are providing the url, you do not need to provide the content.).
AttachmentContentType# String False The content-type of the document you are sending. When using a URL, this generally isn?t needed, as the responding server will deliver a content type.

The allowed values are application/atom+xml, application/javascript, application/json, application/msgpack, application/msword, application/pdf, application/rss+xml, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-powerpoint, application/xml, application/x-www-form-urlencoded, application/x-yaml, application/zip, multipart/form-data, image/bmp, image/gif, image/jpeg, image/png, image/tiff, text/calendar, text/css, text/csv, text/html, text/javascript, text/plain, text/vcard, video/mpeg.

Result Set Columns

Name Type Description
Success Bool Outputs true if the procedure succeeded.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062