Class AddCandidateRequest
Request body for AddCandidate request
public class AddCandidateRequest : AddDocumentRequestBase
- Inheritance
-
AddCandidateRequest
- Inherited Members
Properties
Anonymize
A boolean flag to strip PII data out of the requests before sending to Search & Match V2
public bool Anonymize { get; set; }
Property Value
CustomFields
A collection of custom fields represented as key-value pairs.
public Dictionary<string, string> CustomFields { get; set; }
Property Value
ResumeData
Parsed output from the CV/Resume Parser.
public ParsedResume ResumeData { get; set; }