Edit

Share via


Job family entity

Note

The functionality that's noted in this article is available as of Microsoft Dynamics 365 Human Resources version 10.0.39.

Applies to these Dynamics 365 apps:
Human Resources

This article describes the Job family entity (PayIntV1HcmJobFamilyEntity) for Dynamics 365 Human Resources.

Description

This entity provides information about the job family.

Properties

Property Physical name Type Use Description
JobFamilyId mserp_JobFamilyId String Read-only The ID of the job family.
Description mserp_Description String Read-only The description of the job family.

Example query for PayIntV1HcmJobFamilyEntity

Request

Entity name: mserp_payintv1hcmjobfamilyentities

GET [Organization URI]/api/data/v9.1/mserp_payintv1hcmjobfamilyentities_

Response

{
    "mserp_jobfamilyid": "Finance Jobs",
    "mserp_description": "Accounting, Payroll",
}