v1

latestOpenAPI 3.0.02026-08-06100301483.8 KB
Entity

Adds a CV file to an existing candidate

The CV's Name field must be less than 255 characters.

The FileExtension should match the file contents and be a valid Windows extension and be one of these values: .docx, .doc, .rtf, .txt, .html, .pdf, or .odt. Infinity will not be able to open the file if the extension doesn't match and it could cause issues within Infinity.

The OnlineReference must be a valid URL and less than 512 characters, if passed.

The CV's Content must not exceed the max upload size configured in Infinity.

The max upload size can be retrieved from the /Reference/MaxUploadSize method (In KB)

NOTE: Setting the Default value to true, will set the value to false for all of the candidate's other CVs

post/Entity/CandidateCV

Request body

CandidateIdinteger required
Namestring required
FileExtensionstring required

Supported values: .docx, .doc, .rtf, .txt, .html, .pdf, .odt

OnlineReferencestring nullable
IsDefaultboolean
IsFormattedboolean
IsCurrentboolean
Contentstring byte required

A Base64 CV document to attach to the candidate.

The document cannot exceed the max upload size configured in Infinity.

Response

OK - Created ID

integer required