v1

latestOpenAPI 3.1.02026-07-26167644759.4 KB
Client Contacts

Create client contact

Create a new client contact for a specific client and create the linked candidate record. Includes personal information such as name, emails, phone numbers, role, and department.

post/clients/contacts/{clientId}

Path parameters

clientIdstring required

Request body

firstNamestring required
lastNamestring required
avatarUrlstring nullable
gender'male' | 'female' | 'x' nullable
nationalitystring[]
statusstring[]
dateOfBirthstring date-time
rolestring
departmentstring
startDatestring date-time
endDatestring date-time
stageIdstring
keepShowingAsCandidateboolean

Response

Client contact created successfully. Returns the client contact ID and the linked candidate ID.

idstring required

ID of the client contact record

candidateIdstring required

ID of the linked candidate record