AtsSyncCandidateSyncApplicantDetailsInput
入力オブジェクト
応募者の詳細情報の入力を表します。
フィールド
name String! 必須
応募者の氏名を表します。
streetAddress String
応募者の住所を表します。住所には、通り名と番地、市区町村、行政区域、および郵便番号を含めます。
例(米国): 10721 Domain Dr, Austin, TX 78758 例(英国): 20 Farringdon Rd, London EC1M 3HE
位置情報データの生成に使用します。できるだけ正確な値を指定してください。
postalCode String
応募者の住所の郵便番号を表します。
email EmailAddress! 必須
応募者の連絡先メールアドレスを表します。
phone PhoneNumber
応募者の連絡先電話番号を表します。
country CountryCode
応募者の居住国を表します。
attachments [AtsSyncCandidateSyncApplicationAttachmentInput!]! default:[]
応募に関連する添付ファイルを表します。複数の履歴書、カバーレター、およびその他の添付ファイルを含 めることができます。
RESUME と COVER_LETTER の添付ファイルは、それぞれ 1 つのみ許可されます。追加の履歴書とカバーレターには OTHER_RESUME と OTHER_COVER_LETTER を使用してください。
応募者のマッチングとランキングでは、RESUME の添付ファイルのみを解析します。
fileType AtsSyncCandidateSyncApplicationFileTypeInput! 必須
履歴書、カバーレター、その他のドキュメントなど、応募に添付されたファイルの種類です。
fileName String! 必須
添付ファイル名です。
contentType String! 必須
添付ファイルの元のメディアタイプです。
contentLength Int64! 必須
添付ファイルのコンテンツ長です。
fileChecksum AtsSyncCandidateSyncApplicationAttachmentChecksumInput! 必須
添付ファイルの完全性を検証するためのチェックサムです。
アップロードする前に、指定したアルゴリズムと形式を使用してファイル内容のチェックサムを計算します。
algorithm AtsSyncCandidateSyncApplicationAttachmentChecksumAlgorithmInput! 必須
チェックサムの計算に使用するハッシュアルゴリズムです。
format AtsSyncCandidateSyncApplicationAttachmentChecksumFormatInput! 必須
チェックサム値のエンコード形式です。
checksum String! 必須
指定したアルゴリズムで計算し、指定した形式でエンコードしたファイル内容のチェックサム値です。
additionalInfo [String!]! default:[]
他のカテゴリに当てはまらない応募に関する追加情報を表します。
awards [AtsSyncCandidateSyncApplicationAwardInput!]! default:[]
応募者の受賞歴を表します。
education [AtsSyncCandidateSyncApplicationEducationInput!]! default:[]
応募者の学歴を表します。
groups [AtsSyncCandidateSyncApplicationGroupInput!]! default:[]
応募者が所属するグループを表します。
languageProficiencies [AtsSyncCandidateSyncApplicationLanguageProficienciesInput!]! default:[]
応募者が習得している言語を表します。
name LanguageCode! 必須
言語名です。
proficiency String
言語の習熟度です。
certifications [AtsSyncCandidateSyncApplicationCertificationInput!]! default:[]
応募者の免許および認定資格を表します。
links [AtsSyncCandidateSyncApplicationLinkInput!]! default:[]
応募者が提供したソーシャルメディアサイト、ブログ、およびその他のサイトへのリンクを表します。
workExperience AtsSyncCandidateSyncApplicationWorkExperienceInput
応募者の職務経験を表します。
skills [AtsSyncCandidateSyncApplicationSkillInput!]! default:[]
応募者のスキルを表します。
military AtsSyncCandidateSyncApplicationMilitaryDetailsInput
応募者の軍における表彰歴を表します。
militaryCommendations String
応募者が受けた軍の表彰です。
militaryServices [AtsSyncCandidateSyncApplicationMilitaryServiceInput!]! default:[]
この応募者の兵役に関する詳細です。
workAuthorizations [AtsSyncCandidateSyncApplicationWorkAuthorizationInput!]! default:[]
応募者が保有する就労許可を表します。
type AtsSyncCandidateSyncApplicationWorkAuthorizationTypeInput
就労許可の種類です。
countryCode CountryCode
「US」などの就労許可の ISO 国コードです。
countryName String
「United States」などの就労許可の人が読める国名です。
displayLabel String
「Authorized to work in the US for any employer」など の就労許可の表示ラベルです。
summary String
応募者のプロフィールの要約テキストを表します。
preferredLocale AtsSyncCandidateSyncLocaleInput
応募者の希望ロケールを表します。
language LanguageCode
応募者の希望する言語です。
country CountryCode
応募者の希望する国です。
例
{ "name": "xyz789", "streetAddress": "xyz789", "postalCode": "xyz789", "email": "test@test.com", "phone": "+17895551234", "country": "US", "attachments": [ AtsSyncCandidateSyncApplicationAttachmentInput ], "additionalInfo": ["abc123"], "awards": [AtsSyncCandidateSyncApplicationAwardInput], "education": [ AtsSyncCandidateSyncApplicationEducationInput ], "groups": [AtsSyncCandidateSyncApplicationGroupInput], "languageProficiencies": [ AtsSyncCandidateSyncApplicationLanguageProficienciesInput ], "certifications": [ AtsSyncCandidateSyncApplicationCertificationInput ], "links": [AtsSyncCandidateSyncApplicationLinkInput], "workExperience": AtsSyncCandidateSyncApplicationWorkExperienceInput, "skills": [AtsSyncCandidateSyncApplicationSkillInput], "military": AtsSyncCandidateSyncApplicationMilitaryDetailsInput, "workAuthorizations": [ AtsSyncCandidateSyncApplicationWorkAuthorizationInput ], "summary": "xyz789", "preferredLocale": AtsSyncCandidateSyncLocaleInput}