Recruiting request location
Applies to these Dynamics 365 apps:
Human Resources
This article describes the Recruiting request location entity for Dynamics 365 Human Resources.
Physical name: mshr_hcmrecruitingrequestlocationentity
Description
The list of locations defined as locations where recruited employees will work upon hiring. These are locations created across legal entities.
JSON representation
{
"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"
}
Properties
Property Physical name Type |
Use | Description |
---|---|---|
Location ID mshr_locationid String |
Write-once Required |
The system-generated, user-readable identifier for the recruiting location. |
Recruiting Request Location mshr_recruitingrequestlocationid String |
Write-once Required |
User-defined unique identifier for the recruiting location. |
Recruiting Request Location Entity ID mshr_hcmrecruitingrequestlocationentityid GUID |
Read-only Required |
System-generated unique identifier for the recruiting request location record. |
Description mshr_description String |
Read/write Required |
Description of the location. |
Country/Region ID mshr_countryregionid String |
Read-only Optional |
Specifies the country or region where the candidate has citizenship. |
Country/Region ID Value _mshr_fk_countriregion_id_value GUID |
Read-only Optional Foreign key: mshr_logisticaddresscountryregionentityid of mshr_logisticsaddresscountryregionentity |
System-generated unique identifier of the country/region of the address. |
ZipCode mshr_zipcode String |
Read-only Optional |
Zip/postal code. |
Street mshr_street String |
Read-only Optional |
Street address. |
City mshr_city String |
Read-only Optional |
City. |
State mshr_state String |
Read-only Optional |
State or province. |
County mshr_county String |
Read-only Optional |
County. |
Telephone mshr_telephone String |
Read/write Optional |
Telephone number for the location. |
Email mshr_email String |
Read/write Optional |
Email address. |
InternetAddress mshr_internetaddress String |
Read/write Optional |
URL for the location website. |
Data Area ID mshr_dataareaid String |
Read/write Optional |
Specifies the legal entity (company). |
Data Area ID Value _mshr_dataareaid_id_value GUID |
Read-only Optional Foreign key: cdm_companyid of cdm_company entity |
System-generated GUID value identifying the legal entity (company). |
See also
Applicant Tracking System integration API introduction
Example query for Recruiting request