共用方式為


個人地址

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

本文說明 Dynamics 365 Human Resources 的個人地址實體。

實際名稱:mshr_hcmpersonaddressentities

描述

本實體包含候選人記錄的通訊地址清單。

JSON 呈現

{
    "mshr_partynumber": "String",
    "mshr_locationid": "String",
    "mshr_description": "String",
    "mshr_roles": "String",
    "mshr_countryregionid": "String",
    "mshr_zipcode": "String",
    "mshr_street": "String",
    "mshr_city": "String",
    "mshr_state": "String",
    "mshr_county": "String",
    "mshr_isprimary": Int,
    "mshr_isprivate": Int,
    "mshr_primaryfield": "String",
    "_mshr_fk_person_id_value": "Guid",
    "_mshr_fk_countryregion_id_value": "Guid",
    "mshr_hcmpersonaddressentityid": "Guid"
}

屬性

屬性
實體名稱
類型
使用 描述
個人地址實體識別碼
mshr_hcmpersonaddressentityid
字串
唯讀
必要
系統產生的唯一實體記錄識別碼。
合作對象編號
mshr_partynumber
字串
讀/寫
必要
關聯合作對象 (個人) 記錄識別碼。
個人識別碼值
_mshr_fk_person_id_value
GUID
唯讀
必要
外部索引鍵:mshr_dirpersonentity 的 mshr_dirpersonentityid
系統產生的合作對象 (個人) 實體記錄識別碼。
位置識別碼
mshr_locationid
字串
讀/寫
必要
地址記錄的位置識別碼。 在 mshr_logisticspostaladdresslocationcdsentity 實體中設定。
描述
mshr_description
字串
讀/寫
必要
候選人地址的描述。
角色
mshr_roles
字串
讀/寫
必要
指派給此地址的角色。 可指派多個角色。 每個角色應該用分號區隔開來。 mshr_logisticslocationroleentity 實體包含的有效值。
街道
mshr_street
字串
讀/寫
可選項目
街道編號。
市/鎮
mshr_city
字串
讀/寫
可選項目
地址的鄉鎮市區。 在 mshr_logisticsaddresscityentity 實體中設定。

mshr_state
字串
讀/寫
可選項目
地址的狀態。 在 mshr_logisticsaddressstateentity 實體中設定。
郡 (縣)
mshr_county
字串
讀/寫
可選項目
地址的縣市。 在 mshr_logisticsaddresscountyentity 實體中設定。
郵遞區號
mshr_zipcode
字串
讀/寫
可選項目
地址的郵遞區號。 在 mshr_logisticsaddresspostalcodeentity 實體中設定。
國家地區識別碼
mshr_countryregionid
字串
讀/寫
可選項目
地址的國家或地區。
國家/地區識別碼值
_mshr_fk_countriregion_id_value
GUID
唯讀
選擇性
外部索引鍵:mshr_logisticsaddresscountryregionentity 的 mshr_logisticaddresscountryregionentityid
系統產生的唯一地址所在國家/地區識別碼。
是主要
mshr_isprimary
mshr_noyes 選項集
讀/寫
必要
辨別此地址是否為已定義角色的個人主要地址。
是私人的
mshr_isprivate
mshr_noyes 選項集
讀/寫
必要
辨別此地址是否是個人的私人地址。
主欄位
mshr_primaryfield
字串
唯讀
必要
當作實體記錄的主要識別碼欄位。 合作對象號碼和位置識別碼組合。

也請參閱

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