共用方式為


招聘要求位置

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

本文說明 Dynamics 365 Human Resources 的招聘要求位置實體。

實際名稱:mshr_hcmrecruitingrequestlocationentity

描述

位置清單定義為招募員工將在錄用時工作的位置。 這些是橫跨法人實體建立的位置。

JSON 呈現

{
    "mshr_recruitingrequestlocationid": "String",
    "mshr_locationid": "String",
    "mshr_description": "String",
    "mshr_countryregionid": "String",
    "mshr_zipcode": "String",
    "mshr_street": "String",
    "mshr_city": "String",
    "mshr_state": "String",
    "mshr_county": "String",
    "mshr_telephone": "String",
    "mshr_email": "String",
    "mshr_internetaddress": "String",
    "_mshr_dataareaid_id_value": "Guid",
    "mshr_dataareaid": "String",
    "_mshr_fk_countryregion_id_value": "Guid",
    "mshr_hcmrecruitingrequestlocationentityid": "Guid"
}

屬性

屬性
實體名稱
類型
使用 描述
位置識別碼
mshr_locationid
字串
一次性寫入
必要
系統產生使用者可讀的招募位置識別碼。
招聘要求位置
mshr_recruitingrequestlocationid
字串
一次性寫入
必要
使用者定義的唯一招募位置識別碼。
招聘要求位置實體識別碼
mshr_hcmrecruitingrequestlocationentityid
GUID
唯讀
必要
系統產生的唯一招募要求位置記錄識別碼。
描述
mshr_description
字串
讀/寫
必要
位置的說明。
國家/地區識別碼
mshr_countryregionid
字串
唯讀
選擇性
指明候選人擁有公民身份的國家或地區。
國家/地區識別碼值
_mshr_fk_countriregion_id_value
GUID
唯讀
選擇性
外部索引鍵:mshr_logisticsaddresscountryregionentity 的 mshr_logisticaddresscountryregionentityid
系統產生的唯一地址所在國家/地區識別碼。
郵遞區號
mshr_zipcode
字串
唯讀
選擇性
郵遞區號。
街道
mshr_street
字串
唯讀
選擇性
街道地址。
市/鎮
mshr_city
字串
唯讀
選擇性
城市。

mshr_state
字串
唯讀
選擇性
州或省份。
郡 (縣)
mshr_county
字串
唯讀
選擇性
縣轄市。
電話
mshr_telephone
字串
讀/寫
選擇性
此處位置的電話號碼。
電子郵件
mshr_email
字串
讀/寫
選擇性
電子郵件地址。
InternetAddress
mshr_internetaddress
字串
讀/寫
選擇性
位置網站 URL。
資料區識別碼
mshr_dataareaid
字串
讀/寫
選擇性
指定法人實體 (公司)。
資料區識別碼值
_mshr_dataareaid_id_value
GUID
唯讀
選擇性
外部索引鍵:cdm_company 實體的 cdm_companyid
系統產生辨別法人實體 (公司) 的 GUID 值。

也請參閱

申請人追蹤系統整合 API 簡介
招募要求的範例查詢