Related and Nested Writes
When creating an Employee
using our HRIS API, a relationship between an Employee
and an existing Team
can be created by adding the Merge ID of the relevant Team
to the new Employee’s team
field.
When creating an Attachment
using our ATS API, a relationship between an Attachment
and an existing Candidate
is created by adding the Merge ID of the relevant Candidate
to the new Attachment’s candidate
field.
When creating an Employee
using our HRIS API, to create a new related Employment
within a new Employee
, you would pass the details of the Employment
in an object within the new Employee’s employments
field.
When creating a Candidate
using our ATS API, to create a new related Application
within a new Candidate
, you would pass the details of the Application
in an object within the new Candidate’s applications
field.