v1

latestOpenAPI 3.0.02026-08-06100301483.8 KB
Entity

Adds a file attachment to an existing candidate

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

The AttachmentTypeId field must match active reference data from the /Reference/AttachmentTypes method.

The FileExtension should match the file contents and be a valid Windows extension, preceded by a full stop. Infinity will not be able to open the file if the extension doesn't match and it could cause issues within Infinity.

The attachment'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)

post/Entity/CandidateAttachment

Request body

Namestring required
Contentstring byte required

A Base64 document to attach to the candidate.

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

CandidateIdinteger required
AttachmentTypeIdinteger nullable
FileExtensionstring required

Response

OK - Created ID

integer required