# Candidate Add **POST /candidate** This API is to add candidate. This is an authendicated API so we need to pass bearer token in request header to access the data. ## Servers - https://api-console.logezy.co/v1: https://api-console.logezy.co/v1 () ## Parameters ### Headers - **Content-Type** (string) application/json - **Accept** (string) application/json ### Body: application/json (object) - **first_name** (string) First Name - **last_name** (string) Last Name - **email** (string) Email - **send_email** (boolean) Send Login details to email - **has_contact_profile_view** (boolean) Profile View - **address_line1** (string) Address line 1 - **place** (string) Place - **post_code** (string) Postal Code - **mobile_prefix** (string) - **mobile_number** (string) - **preferred_name** (string) Preferred Name - **employment_type** (integer) Employment Type ID - **employment_type_company_id** (integer) Employment Type Company ID - **dbs_pvg_no** (string) DBS/PVG No - **dbs_issue_date** (string(date)) DBS/PVG Issue Date - **dbs_exp_date** (string(date)) DBS/PVG Expiry Date - **next_check_date** (string(date)) Next Check Date - **nmc_pin_number** (string) NMC/NISCC/SSSC Pin - **nationality** (string) Nationality - **dob** (string(date)) Date of Birth - **place_of_birth** (string) Place of Birth - **gender** (string) Gender - **start_date** (string(date)) Start Date - **end_date** (string(date)) End Date - **is_driver** (boolean) Driver - **nappi_trained** (boolean) NAPPI Trained - **medication_trained** (boolean) Medication Trained - **weekly_hours** (number) Weekly Working Hours - **selected_profile_job** (array[integer]) - **jobs** (array[integer]) - **regions** (array[integer]) - **ni_number** (string) PAYROLL NI Number - **tax_code** (string) PAYROLL Tax Code - **payroll_id** (string) Payroll ID - **payroll_job_status** (string) Payroll Status - **payroll_frequency** (string) Payroll Frequency - **payment_reference** (string) Payment Reference ## Responses ### 200 OK [Powered by Bump.sh](https://bump.sh)