AlternateJobIdentifierInput
Input Object
Alternate IDs for a disposition signal.
Fields
jobIdentifier JobIdentifierInput! Required
Job ID.
indeedJobKey ID
Indeed public job key (jobkey).
employerJobId ID
EmployerJob ID (EJID).
atsApplicationIdentifier ATSApplicationIdentifierInput
ATS job ID: company name, requisition ID, optional application ID.
requisitionId ID! Required
Requisition or job ID from the non-Indeed tracking system.
companyName String! Required
Hiring company name. Must match the XML feed company field exactly.
applicationId ID
Application ID from the non-Indeed tracking system, if provided.
Use it to tell applications for the same requisition apart.
jobSeekerIdentifier JobSeekerIdentifierInput! Required
Job seeker ID.
indeedJobSeekerKey ID
Indeed job seeker key.
emailAddress EmailAddress
Job seeker email address.
Example
{ "jobIdentifier": JobIdentifierInput, "jobSeekerIdentifier": JobSeekerIdentifierInput}