@myinterview/global-api-sdk
    Preparing search index...

    Interface ICandidateCreateBody

    interface ICandidateCreateBody {
        attachments?: Attachment[];
        candidates: ICandidateCreateBodyElement[];
        communication?: boolean;
        creator?: { email?: string; name?: string; phone?: string };
        deadlineDate?: string | number | Date;
        integration_id?: string;
        integration_name?: string;
        job_id?: string;
        reminders?: boolean;
        timezoneForInvite?: string;
    }
    Index

    Properties

    attachments?: Attachment[]
    communication?: boolean
    creator?: { email?: string; name?: string; phone?: string }
    deadlineDate?: string | number | Date
    integration_id?: string
    integration_name?: string
    job_id?: string
    reminders?: boolean
    timezoneForInvite?: string