SendPartnerDispositionPayload
Object
Return type for send; includes information about the sent dispositions.
Fields
numberGoodDispositions Int! Non-Null
Number of successfully processed dispositions.
failedDispositions [FailedPartnerDisposition!]! Non-Null
Failed dispositions and their failure reasons.
identifiedBy PartnerDispositionIdentifier! Non-Null
ID details for this disposition; matches the input value.
indeedApplyID ID
ID for Indeed Apply dispositions.
ittk ID
Indeed tracking token used for identification.
universalApplyId ID
Unique job application ID in standard format (Indeed Apply ID, ITTK, or ApplyID).
alternateIdentifier AlternateJobIdentifier
Alternate IDs for job disposition signals.
rationale String! Non-Null
Reason this disposition failed to process.
Example
{ "numberGoodDispositions": 123, "failedDispositions": [FailedPartnerDisposition]}