Edit

Position Type entity

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 HCM Position Type entity (PayIntV1HcmPositionTypeEntity) for Dynamics 365 Human Resources.

Description

This entity provides information about the position type.

Properties

Property Physical name Type Use
Classification mserp_classification Enum Read-only
Description mserp_description String Read-only
Positiontypeid mserp_positiontypeid String Read-only

Example query for PayIntV1HcmPositionTypeEntity

Entity name: mserp_payintv1hcmpositiontypeentities

Request

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

Response

{  
    "mserp_classification": 200000001,
    "mserp_description": "Full-time employee",
    "mserp_positiontypeid": "Full-time"
}