共用方式為


個人身份證字號

適用於這些 Dynamics 365 應用程式:
人力資源

本文說明 Dynamics 365 Human Resources 的個人身份證字號實體。

實際名稱:mshr_hcmpersonidentificationnumberentity

描述

本實體說明候選人的身份證號碼。 它促使 API 使用者將身份證號碼,像社會安全號碼或護照號碼,寫入候選人記錄。 身份證號碼印在背景工作角色記錄上,但不在候選人記錄上。 整合應用程式會將值寫入人力資源資料庫,但建立候選人的背景工作角色記錄之前,這些數字在人力資源看不到。

JSON 呈現

{
    "mshr_entrytype": "String",
    "mshr_description": "String",
    "mshr_expirationdate": "Datetime",
    "mshr_isprimary": Int,
    "mshr_identificationnumber": "String",
    "mshr_partynumber": "String",
    "mshr_identificationtypeid": "String",
    "mshr_issuingagencyid": "String",
    "mshr_primaryfield": "String",
    "_mshr_fk_person_id_value": "Guid",
    "_mshr_fk_issuingagency_id_value": "Guid",
    "_mshr_fk_identificationtype_id_value": "Guid",
    "mshr_hcmpersonidentificationnumberentityid": "Guid",
    "mshr_issueddate": "Datetime"
}

屬性

屬性
實體名稱
類型
使用 描述
個人身份證字號實體識別碼
mshr_hcmpersonidentificationnumberentityid
GUID
唯讀
必要
系統產生
唯一的個人身份證號碼記錄主要識別碼。
條目類型
mshr_entrytype
字串
讀-寫
可選項目
參考身份證號碼輸入類型的任意值。
描述
mshr_description
字串
讀-寫
可選項目
識別碼編號的描述。
到期日
mshr_expirationdate
日期時間
讀-寫
可選項目
身份證號碼或關聯文件到期的日期。
是主要
mshr_isprimary
mshr_noyes 選項集
讀-寫
可選項目
定義身份證號碼是否為此辨別類型的個人主要記錄。
身份證字號
mshr_identificationnumber
字串
讀-寫
必要
識別碼編號。
合作對象編號
mshr_partynumber
字串
讀-寫
必要
擁有身份證號碼的合作對象 (個人) 識別碼。
個人識別碼值
_mshr_fk_person_id_value
GUID
唯讀
必要
外部索引鍵:mshr_dirpersonentity 實體的 mshr_dirpersonentityid
合作對象 (個人) 的唯一識別碼。
身分證類型識別碼
mshr_identificationtypeid
字串
讀-寫
必要
身份證號碼的類型。
身分證類型識別碼值
_mshr_fk_identificationtype_id_value
GUID
唯讀
必要
外部索引鍵:mshr_hcmidentificationtypeentity 實體的 mshr_hcmidentificationtypeentityid
系統產生的唯一辨別類型識別碼。
核發機構識別碼
mshr_issuingagencyid
字串
讀-寫
可選項目
核發身份證號碼的機構或組織。
核發機構識別碼值
_mshr_fk_issuingagency_id_value
GUID
唯讀
可選項目
外部索引鍵:mshr_hcmissuingagencyentity 實體的 mshr_hcmissuingagencyentityid
系統產生的唯一核發身份證號碼的機構識別碼。
主欄位
mshr_primaryfield
字串
唯讀
必要
預計當作實體記錄識別碼的欄位。 合作對象編號、辨別類型識別碼和身份證號碼組合。
核發日期
mshr_issuedate
日期
讀-寫
可選項目
核發身份證號碼的日期。

也請參閱

申請人追蹤系統整合 API 簡介
準員工的範例查詢