Candidate Update
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.
PATCH
/candidate/{id}
curl \
--request PATCH 'https://api-console.logezy.co/v1/candidate/{id}' \
--header "Content-Type: string" \
--header "Accept: string" \
--data '{"dob":"2019-08-24","jobs":[0],"email":"string","place":"string","gender":"male","regions":[0],"tax_code":"string","is_driver":false,"last_name":"string","ni_number":"string","post_code":"string","dbs_pvg_no":"string","first_name":"string","payroll_id":"string","nationality":"string","dbs_exp_date":"2019-08-24","weekly_hours":"string","address_line1":"string","mobile_number":"string","mobile_prefix":"string","nappi_trained":false,"dbs_issue_date":"2019-08-24","nmc_pin_number":"string","place_of_birth":"string","preferred_name":"string","next_check_date":"2019-08-24","payment_reference":"string","payroll_frequency":"Weekly","medication_trained":true,"payroll_job_status":"nil","employment_types_id":0,"selected_profile_job":[0],"has_contact_profile_view":true,"employment_type_company_id":0}'
Request example
{
"dob": "2019-08-24",
"jobs": [
0
],
"email": "string",
"place": "string",
"gender": "male",
"regions": [
0
],
"tax_code": "string",
"is_driver": false,
"last_name": "string",
"ni_number": "string",
"post_code": "string",
"dbs_pvg_no": "string",
"first_name": "string",
"payroll_id": "string",
"nationality": "string",
"dbs_exp_date": "2019-08-24",
"weekly_hours": "string",
"address_line1": "string",
"mobile_number": "string",
"mobile_prefix": "string",
"nappi_trained": false,
"dbs_issue_date": "2019-08-24",
"nmc_pin_number": "string",
"place_of_birth": "string",
"preferred_name": "string",
"next_check_date": "2019-08-24",
"payment_reference": "string",
"payroll_frequency": "Weekly",
"medication_trained": true,
"payroll_job_status": "nil",
"employment_types_id": 0,
"selected_profile_job": [
0
],
"has_contact_profile_view": true,
"employment_type_company_id": 0
}