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! 必須
チェックサム値のエンコーディング形式。
生のチェックサムバイトが文字列としてどのようにエンコードされるかを指定します。
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:[]
この応募者の軍務に関する詳細
例
{ "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}