v1

latestOpenAPI 3.0.02026-07-2415433242.1 KB
matches

Create a new match.

post/matches/

Request body

idinteger
external_idstring nullable

Id of the match in the API consumer systems

ownerinteger

Owner of the match

organizationinteger

Organization that owns the job

jobinteger required

Job the candidat is matched with

candidateinteger required

Candidate that has a match with a job

creatorinteger

User who added the candidate to the job

custom_fieldsobject

Match values for custom fields defined in Manatal.

is_activeboolean

Whether the match is still active or not

hired_atstring date-time nullable

Date at which the candidate was hired

submitted_atstring date-time nullable

Date at which the candidate was added to the job

interview_atstring date-time nullable

Date at which the candidate was last interviewed

offer_atstring date-time nullable

Date at which an offer was made to the candidate

dropped_atstring date-time nullable

Date at which the candidate was no longer considered for the job

created_atstring date-time
updated_atstring date-time

Response

idinteger
external_idstring nullable

Id of the match in the API consumer systems

ownerinteger

Owner of the match

organizationinteger

Organization that owns the job

jobinteger required

Job the candidat is matched with

candidateinteger required

Candidate that has a match with a job

creatorinteger

User who added the candidate to the job

is_activeboolean

Whether the match is still active or not

hired_atstring date-time nullable

Date at which the candidate was hired

submitted_atstring date-time nullable

Date at which the candidate was added to the job

interview_atstring date-time nullable

Date at which the candidate was last interviewed

custom_fieldsobject

Match values for custom fields defined in Manatal.

offer_atstring date-time nullable

Date at which an offer was made to the candidate

dropped_atstring date-time nullable

Date at which the candidate was no longer considered for the job

created_atstring date-time
updated_atstring date-time