ATSApplicationIdentifierInput
Input Object
ATS job ID: company name, requisition ID, optional application ID.
Fields
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.
Example
{ "requisitionId": "opaqueId", "companyName": "xyz789", "applicationId": "opaqueId"}