AtsSyncCandidateSyncSmartScreeningUpdateAssetInput
Input Object
Input for staging a smart screening update asset. Always includes a sample resume PDF.
Fields
applicationIdentifier AtsSyncCandidateSyncScreeningApplicationIdentifierInput! Required
Application identifier for the screening update.
indeedApply AtsSyncCandidateSyncIndeedApplyApplicationIdentifierInput
Indeed Apply application identifier.
indeedApplyId ID! Required
Indeed Apply ID for the application that was updated. Must not be blank.
external AtsSyncCandidateSyncExternalApplicationIdentifierInput
External application identifier.
indeedRegistrationId ID! Required
Unique ID linking an Indeed employer to a partner employer. Provided during registration.
atsCandidateId ID
Optional ID for a candidate profile associated with one or more applications in the ATS.
atsApplicationId ID! Required
Unique ID for the application in the ATS.
job AtsSyncCandidateSyncExternalApplicationIdentifierJobInput! Required
Information about the job posting. Lets Indeed associate imported application data with jobs published through the Job Sync API.
smartFitScore Float
Optional. Smart fit score for the candidate.
createdAt DateTime
Optional. Timestamp when the screening update was created. Used to order staged updates. Defaults to the current time when omitted. Must be after the Unix epoch when provided.
Example
{ "applicationIdentifier": AtsSyncCandidateSyncScreeningApplicationIdentifierInput, "smartFitScore": 123.45, "createdAt": "2023-06-01T09:00:00Z"}