PartnerDispositionIdentifierInput
Input Object
ID for a job application's disposition.
Provide exactly one of: Indeed Apply ID, ITTK, Universal Apply ID, or an alternate ID.
Fields
indeedApplyID ID
Indeed Apply ID.
ittk ID
Indeed Tracking Token Key (ITTK).
universalApplyId ID
Universal Apply ID (Indeed Apply ID, ITTK, or ApplyID format).
alternateIdentifier AlternateJobIdentifierInput
Alternate job and job seeker IDs.
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.
jobSeekerIdentifier JobSeekerIdentifierInput! Required
Job seeker ID.
indeedJobSeekerKey ID
Indeed job seeker key.
emailAddress EmailAddress
Job seeker email address.
Example
{ "indeedApplyID": "opaqueId", "ittk": "opaqueId", "universalApplyId": "opaqueId", "alternateIdentifier": AlternateJobIdentifierInput}