send
Indeed Applyの求人の応募者ステータスデータを送信します。Indeed Apply ID、ITTK、Universal Apply ID、または代替識別子セットで応募者ステータスを識別します。
引数
input SendPartnerDispositionInput! 必須
dispositions [PartnerDispositionInput!]! 必須
送信するパートナーの応募者ステータスの配列。
identifiedBy PartnerDispositionIdentifierInput! 必須
識別子。Indeed Apply ID、ITTK、Universal Apply ID、または代替識別子セットを指定できます。
dispositionStatus IndeedDispositionStatus! 必須
生の応募者ステータスがマッピングされるIndeedの応募者ステータス。
rawDispositionStatus String! 必須
ATSからの生の申請の応募者ステータス。
rawDispositionDetails String
オプション。ATSからの申請の応募者ステータスに関する追加の詳細情報。
atsName String! 必須
ATS名。
applicationSourceName String
申請の送信元(求人掲示板、採用サイト、人材紹介会社、ソーシャルネットワークなど)。指定しない場合、申請はIndeedからのものとみなされます。
応答
SendPartnerDispositionPayload を返す。numberGoodDispositions Int! 非null
正常に処理された応募者ステータスの件数。
failedDispositions [FailedPartnerDisposition!]! 非null
処理に失敗した応募者ステータスのリストと、それぞれの失敗理由。
identifiedBy PartnerDispositionIdentifier! 非null
この応募者ステータスの識別子の詳細。入力で指定された値を反映します。
indeedApplyID ID
Indeed Apply関連の応募者ステータスの識別子。
ittk ID
識別に使用するIndeedトラッキングトークン。
universalApplyId ID
Indeed Apply ID、Indeed Tracking Token Key、またはApplyIDなどの標準形式での求人申請の一意の識別子。
alternateIdentifier AlternateJobIdentifier
求人の応募者ステータスシグナルの代替識別子セット。
rationale String! 非null
この応募者ステータスが処理に失敗した理由。
例
クエリ
mutation Send($input: SendPartnerDispositionInput!) { partnerDisposition { send(input: $input) { numberGoodDispositions failedDispositions { identifiedBy { indeedApplyID ittk universalApplyId alternateIdentifier { jobIdentifier { indeedJobKey employerJobId atsApplicationIdentifier { ...ATSApplicationIdentifierFragment } } jobSeekerIdentifier { indeedJobSeekerKey emailAddress } } } rationale } } }}変数
{"input": SendPartnerDispositionInput}応答
{ "data": { "partnerDisposition": { "send": { "numberGoodDispositions": 123, "failedDispositions": [FailedPartnerDisposition] } } }}