PartnerDispositionIdentifierInput
Input Object
Input to identify a job application's disposition. Provide exactly one: Indeed Apply ID, ITTK, Universal Apply ID, or alternate job IDs. Multiple or missing IDs cause an error.
Fields
indeedApplyID ID
Indeed Apply ID that uniquely identifies a job application.
ittk ID
Indeed Tracking Token Key (ITTK) for the job application.
universalApplyId ID
Unique job application ID in standard format (Indeed Apply ID, ITTK, or ApplyID).
alternateIdentifier AlternateJobIdentifierInput
Alternate IDs for the job and job seeker for the disposition.
jobIdentifier JobIdentifierInput! Required
Job ID for this disposition.
indeedJobKey ID
Indeed public job key (jobkey). Primary ID for external users.
employerJobId ID
Job identifier: EmployerJob ID (EJID).
atsApplicationIdentifier ATSApplicationIdentifierInput
Job ID: company name, requisition ID, optional application ID.
jobSeekerIdentifier JobSeekerIdentifierInput! Required
Job seeker ID for this disposition.
indeedJobSeekerKey ID
Indeed job seeker key.
emailAddress EmailAddress
Job seeker email address.
Example
{ "indeedApplyID": "opaqueId", "ittk": "opaqueId", "universalApplyId": "opaqueId", "alternateIdentifier": AlternateJobIdentifierInput}