AtsSyncCandidateSyncApplicationDataModificationInput
Input Object
Input for a change the partner made to source application data before syncing.
Fields
action AtsSyncCandidateSyncApplicationDataModificationActionInput! Required
How the partner modified the data.
reason AtsSyncCandidateSyncApplicationDataModificationReasonInput! Required
Why the partner modified the data.
target AtsSyncCandidateSyncApplicationDataModificationTargetInput! Required
Part of the application the partner modified.
index Int
Zero-based index of the item in the target list.
For example, 1 is the second attachment.
Use with any action, including REMOVED when a value is omitted from an item that is still present, such as an answer removed from a screener question.
Set to null when the modification is not tied to a specific item, including when the whole item or target was removed and is not in the provided data.
details String
Human-readable detail, such as an affected file name, if provided.
Indeed does not interpret this value procedurally. Do not include PII.
Example
{ "action": "REMOVED", "reason": "SIZE_LIMIT_EXCEEDED", "target": "ATTACHMENT", "index": 123, "details": "xyz789"}