Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
The functionality that's noted in this article is available as of Microsoft Dynamics 365 Human Resources version 10.0.39.
This article describes the Job function entity for Dynamics 365 Human Resources.
Physical name: mshr_HcmJobFunctionEntity
Description
This entity provides information about the job function.
Properties
| Property | Physical name | Type | Use | Description |
|---|---|---|---|---|
| Description | mshr_Description | String | Read-only | The description of the job function. |
| JobFunctionId | mshr_JobFunctionId | String | Read-only | The ID of the job function. |
| RegulatoryJobCategory | mshr_RegulatoryJobCategory | Enum | Read-only | The category of the job. |
Example query for HCM Job function entity
Request
Entity name: mshr_hcmjobfunctionentities
GET [Organization URI]/api/data/v9.1/mshr_hcmjobfunctionentities_
Response
{
"mshr_description": "Officials and Manager",
"mshr_jobfunctionid": "0100",
"mshr_regulatoryjobcategory": 200000000,
}