# Candidate Update **PATCH /candidate/{id}** This API is to update candidate using id. 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 #### Path parameters - **id** (string) ## Body parameters Content-type: application/json - **first_name** (string) - **last_name** (string) - **email** (string) - **has_contact_profile_view** (boolean) - **address_line1** (string) - **place** (string) - **post_code** (string) - **mobile_prefix** (string) - **mobile_number** (string) - **preferred_name** (string) - **employment_types_id** (integer) - **employment_type_company_id** (integer) - **dbs_pvg_no** (string) - **dbs_issue_date** (string(date)) - **dbs_exp_date** (string(date)) - **next_check_date** (string(date)) - **nmc_pin_number** (string) - **nationality** (string) - **dob** (string(date)) - **place_of_birth** (string) - **gender** (string) - **is_driver** (boolean) - **nappi_trained** (boolean) - **medication_trained** (boolean) - **weekly_hours** (string) - **selected_profile_job** (array[integer]) - **jobs** (array[integer]) - **regions** (array[integer]) - **ni_number** (string) - **tax_code** (string) - **payroll_id** (string) - **payroll_job_status** (string) - **payroll_frequency** (string) - **payment_reference** (string) ## Responses [Powered by Bump.sh](https://bump.sh)