AtsSyncCandidateSyncInterestedCandidate
オブジェクト
Smart Sourcingアウトリーチからの候補者データ。
フィールド
name String! 非null
候補者のフルネーム。
email EmailAddress! 非null
候補者のメールアドレス。
location String
候補者の所在地(提供された場合)。
resume AtsSyncCandidateSyncInterestedCandidateResume
候補者の履歴書をダウンロードするための presigned S3 URL です。Download and upload objects with presigned URLs をご覧ください。
files [AtsSyncCandidateSyncAssetFile]! 非null
さまざまな形式の履歴書ファイルのリスト。
phone String
候補者の電話番号(提供された場合)。
例
{ "name": "abc123", "email": "test@test.com", "location": "abc123", "resume": AtsSyncCandidateSyncInterestedCandidateResume, "phone": "abc123"}