Candidate Add
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.
Headers
-
application/json
-
application/json
Body
-
First Name
-
Last Name
-
Email
-
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
-
preferred_name string
Preferred Name
-
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
Values are
male
,female
, orother
. -
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
Minimum value is
1
, maximum value is168
. -
selected_profile_job 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
Values are
nil
,First Job 6th April
,I have another job
,Student Loan
, orThis is my only job
. -
payroll_frequency string
Payroll Frequency
Values are
Weekly
,Monthly
, or4 Weekly
. -
payment_reference string
Payment Reference
curl \
-X POST https://api-console.logezy.co/v1/candidate \
-H "Content-Type: string" \
-H "Accept: string" \
-d '{"first_name":"string","last_name":"string","email":"string","send_email":true,"has_contact_profile_view":true,"address_line1":"string","place":"string","post_code":"string","mobile_prefix":"string","mobile_number":"string","preferred_name":"string","employment_type":42,"employment_type_company_id":42,"dbs_pvg_no":"string","dbs_issue_date":"2023-11-01","dbs_exp_date":"2023-11-01","next_check_date":"2023-11-01","nmc_pin_number":"string","nationality":"string","dob":"2021-04-13","place_of_birth":"string","gender":"male","start_date":"2025-05-04","end_date":"2025-05-04","is_driver":true,"nappi_trained":true,"medication_trained":true,"weekly_hours":42.0,"selected_profile_job":[42],"jobs":[42],"regions":[42],"ni_number":"string","tax_code":"string","payroll_id":"string","payroll_job_status":"nil","payroll_frequency":"Weekly","payment_reference":"string"}'
# Headers
Content-Type: string
Accept: string
# Payload
{
"first_name": "string",
"last_name": "string",
"email": "string",
"send_email": true,
"has_contact_profile_view": true,
"address_line1": "string",
"place": "string",
"post_code": "string",
"mobile_prefix": "string",
"mobile_number": "string",
"preferred_name": "string",
"employment_type": 42,
"employment_type_company_id": 42,
"dbs_pvg_no": "string",
"dbs_issue_date": "2023-11-01",
"dbs_exp_date": "2023-11-01",
"next_check_date": "2023-11-01",
"nmc_pin_number": "string",
"nationality": "string",
"dob": "2021-04-13",
"place_of_birth": "string",
"gender": "male",
"start_date": "2025-05-04",
"end_date": "2025-05-04",
"is_driver": true,
"nappi_trained": true,
"medication_trained": true,
"weekly_hours": 42.0,
"selected_profile_job": [
42
],
"jobs": [
42
],
"regions": [
42
],
"ni_number": "string",
"tax_code": "string",
"payroll_id": "string",
"payroll_job_status": "nil",
"payroll_frequency": "Weekly",
"payment_reference": "string"
}